]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gauge.cpp
*** empty log message ***
[wxWidgets.git] / src / motif / gauge.cpp
index 73beaae217e1c35c81b55cad0970a204259dbe12..a8fc4cb16d446f1041be6c6f2ec8b2e317417b9d 100644 (file)
@@ -123,7 +123,7 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
     if (height == -1)
         height = 80;
     
-    m_windowFont = parent->GetFont();
+    m_font = parent->GetFont();
     ChangeFont(FALSE);
     
     SetCanAddEventHandler(TRUE);
@@ -134,11 +134,6 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
     return TRUE;
 }
 
-void wxGauge::SetSize(int x, int y, int width, int height, int sizeFlags)
-{
-    wxControl::SetSize(x, y, width, height, sizeFlags);
-}
-
 void wxGauge::SetShadowWidth(int w)
 {
     if (w == 0)