]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/font.h
Changed clipboard text format id from "STRING" to "TEXT"
[wxWidgets.git] / include / wx / gtk / font.h
index 9234d3390c99c07994e48ea3758c2ee5ac770665..7e27d54e1ac42ccd8847182f01dfdadc096ddce8 100644 (file)
@@ -30,13 +30,17 @@ class wxPaintDC;
 class wxWindow;
 
 class wxFont;
+/*
 class wxFontNameDirectory;
+*/
 
 //-----------------------------------------------------------------------------
 // global variables
 //-----------------------------------------------------------------------------
 
+/*
 extern wxFontNameDirectory *wxTheFontNameDirectory;
+*/
 extern const char* wxEmptyString;
 
 //-----------------------------------------------------------------------------
@@ -60,7 +64,6 @@ public:
 
   int GetPointSize() const;
   int GetFamily() const;
-  int GetFontId() const;
   int GetStyle() const;
   int GetWeight() const;
   bool GetUnderlined() const;
@@ -87,6 +90,7 @@ public:
   // no data :-)
 };
 
+/*
 //-----------------------------------------------------------------------------
 // wxFontDirectory
 //-----------------------------------------------------------------------------
@@ -114,5 +118,6 @@ class wxFontNameDirectory: public wxObject
     class wxHashTable *table;
     int   nextFontId;
 };
+*/
 
 #endif // __GTKFONTH__