Minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#include "wx/gtk/private.h"
|
||||
#if wxUSE_FONTPICKERCTRL && defined(__WXGTK24__)
|
||||
|
||||
#include "wx/fontpicker.h"
|
||||
|
||||
#include "wx/fontutil.h" // for wxNativeFontInfo
|
||||
@@ -26,14 +27,10 @@
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
||||
#if wxUSE_FONTPICKERCTRL && defined(__WXGTK24__)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// "font-set"
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -126,4 +123,4 @@ void wxFontButton::UpdateFont()
|
||||
wxGenericFontButton::UpdateFont();
|
||||
}
|
||||
|
||||
#endif // wxUSE_FONTPICKERCTRL
|
||||
#endif // wxUSE_FONTPICKERCTRL && defined(__WXGTK24__)
|
||||
|
Reference in New Issue
Block a user