X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a23fd0e1d1329a4a258b4defb3e0b0001b700c6e..3c87527e89228b537800d06e1c32a62900417beb:/include/wx/gtk1/dc.h

diff --git a/include/wx/gtk1/dc.h b/include/wx/gtk1/dc.h
index 779d6463ef..acc56d3bcd 100644
--- a/include/wx/gtk1/dc.h
+++ b/include/wx/gtk1/dc.h
@@ -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,