]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/fontenum.h
Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
[wxWidgets.git] / include / wx / msw / fontenum.h
index d8e16122796336fa58dc2e7acd12d9798d135f7a..873892494dc3e9f79f8ca5d5b4e6ac29443d6af4 100644 (file)
 #ifndef _WX_FONTENUM_H_
 #define _WX_FONTENUM_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "fontenum.h"
-#endif
-
 /*
  * wxFontEnumerator: for gathering font information
  */
@@ -24,7 +20,7 @@ class wxFontEnumerator: public wxObject
 {
 DECLARE_CLASS(wxFontEnumerator)
 public:
-    wxFontEnumerator() {};
+    wxFontEnumerator() {}
 
     // Enumerate the fonts.
     bool Enumerate();