[Plib-cvs] plib/src/fnt fnt.cxx,1.9,1.10 fnt.h,1.10,1.11
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-01 12:43:48
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv2199 Modified Files: fnt.cxx fnt.h Log Message: Undo of previous change Index: fnt.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/fnt.cxx,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- fnt.cxx 1 Sep 2002 04:11:48 -0000 1.9 +++ fnt.cxx 1 Sep 2002 12:43:45 -0000 1.10 @@ -23,11 +23,6 @@ #include "fntLocal.h" -void fntInit ( void ) -{ -} - - fntFont:: fntFont () {} fntFont::~fntFont () {} Index: fnt.h =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/fnt.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- fnt.h 1 Sep 2002 04:11:48 -0000 1.10 +++ fnt.h 1 Sep 2002 12:43:45 -0000 1.11 @@ -291,7 +291,5 @@ } ; -extern void ulInit ( void ) ; - #endif |