Remove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2005-12-13 02:46:20 +00:00
parent 8180d40b1f
commit b16de7461a
6 changed files with 0 additions and 48 deletions

View File

@@ -2730,7 +2730,6 @@ void wxWindowGTK::Init()
#ifdef __WXGTK20__
m_imData = NULL;
m_x11Context = NULL;
m_dirtyTabOrder = false;
#else
#ifdef HAVE_XIM
@@ -4287,12 +4286,6 @@ PangoContext *wxWindowGTK::GtkGetPangoDefaultContext()
{
return gtk_widget_get_pango_context( m_widget );
}
// MR: Returns the same as GtkGetPangoDefaultContext until the symbol can be removed in 2.7.x
PangoContext *wxWindowGTK::GtkGetPangoX11Context()
{
return gtk_widget_get_pango_context( m_widget );
}
#endif
GtkRcStyle *wxWindowGTK::CreateWidgetStyle(bool forceStyle)