X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1897abe1d8ac5e9575f4c9a589ea7ce08189506a..4521f6c88cbefa7f13e3733d344776b795f981e4:/src/gtk/control.cpp diff --git a/src/gtk/control.cpp b/src/gtk/control.cpp index dee13ff82c..b63b370645 100644 --- a/src/gtk/control.cpp +++ b/src/gtk/control.cpp @@ -2,7 +2,6 @@ // Name: src/gtk/control.cpp // Purpose: wxControl implementation for wxGTK // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart and Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -105,7 +104,6 @@ void wxControl::PostCreation(const wxSize& size) gtk_widget_ensure_style(m_widget); #endif - GTKApplyWidgetStyle(); SetInitialSize(size); }