]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dc.h
Reworked the undef stuff a little
[wxWidgets.git] / include / wx / gtk / dc.h
index 779d6463efd1c15039d72909feb45fac9f79b493..acc56d3bcd1bdc0efb5ebef8c09ccd6774f88405 100644 (file)
@@ -70,7 +70,7 @@ public:
     // implementation
     // --------------
 
-    void ComputeScaleAndOrigin();
+    virtual void ComputeScaleAndOrigin();
 
     long XDEV2LOG(long x) const
     {
@@ -142,8 +142,6 @@ protected:
 public:
     // GTK-specific member variables
 
-    int          m_textAlignment;    // gone in wxWin 2.0 ?
-
     // not sure what for, but what is a mm on a screen you don't know the size
     // of?
     double       m_mm_to_pix_x,