]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontdlg.h
Removed this file since it was only stubs and we now have the common
[wxWidgets.git] / include / wx / fontdlg.h
index 0c65857e38aff254bf9149eed873bbfee5c2d055..5eda6077a035f86dd9fb5dec4bedfb913777a763 100644 (file)
@@ -57,6 +57,8 @@ protected:
         { if ( data ) m_fontData = *data; }
 
     wxFontData m_fontData;
+
+    DECLARE_NO_COPY_CLASS(wxFontDialogBase)
 };
 
 // ----------------------------------------------------------------------------
@@ -67,7 +69,6 @@ protected:
     || defined(__WXWINCE__)
     #include "wx/generic/fontdlgg.h"
     #define wxFontDialog wxGenericFontDialog
-    #define sm_classwxFontDialog sm_classwxGenericFontDialog
 #elif defined(__WXMSW__)
     #include "wx/msw/fontdlg.h"
 #elif defined(__WXGTK__)