X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a8c6c9adbe3bb1161f950fa3c92203fa0a4e17e..7a4b9130e341e8ed5192cac76574119fb6664c6c:/src/gtk1/gauge.cpp diff --git a/src/gtk1/gauge.cpp b/src/gtk1/gauge.cpp index 905423d78a..7230b92816 100644 --- a/src/gtk1/gauge.cpp +++ b/src/gtk1/gauge.cpp @@ -26,8 +26,6 @@ bool wxGauge::Create( wxWindow *parent, wxWindowID id, int range, { m_needParent = TRUE; - wxSize newSize = size; - PreCreation( parent, id, pos, size, style, name ); m_rangeMax = range;