Renamed the global "ftlib" to gFreeTypeLibrary.

Removed the FTC_Manager for now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-02 08:55:51 +00:00
parent fb2d4d51a7
commit 3eba9bd8b3
4 changed files with 9 additions and 12 deletions
+1 -2
View File
@@ -81,8 +81,7 @@ class FontServer : public BLocker {
int32 fNextID;
};
extern FTC_Manager ftmanager;
extern FT_Library ftlib;
extern FT_Library gFreeTypeLibrary;
extern FontServer *gFontServer;
#endif /* FONTSERVER_H_ */