X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d120f8391920145647ec10e84629bc21fa9f1bb..57c0af52bffc66b12b7e7b49b3a2dfdcf2d2e352:/src/motif/gauge.cpp diff --git a/src/motif/gauge.cpp b/src/motif/gauge.cpp index 73beaae217..5804f0b9b4 100644 --- a/src/motif/gauge.cpp +++ b/src/motif/gauge.cpp @@ -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)