]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gauge.cpp
Fixed compile errors.
[wxWidgets.git] / src / motif / gauge.cpp
index 73beaae217e1c35c81b55cad0970a204259dbe12..5804f0b9b4856b06d3b502b66c6989a6d67a66a8 100644 (file)
@@ -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)