]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Minor cleaning.
[wxWidgets.git] / include / wx / gtk / window.h
index 606b6385fc92cd7efa47647b78402fdb2e4724be..e3ea31dc2f88faef943ec84611537f3fde6b7899 100644 (file)
@@ -48,7 +48,7 @@ public:
     // implement base class (pure) virtual methods
     // -------------------------------------------
 
-    virtual void SetLabel( const wxString &label ) {}
+    virtual void SetLabel(const wxString& WXUNUSED(label)) { }
     virtual wxString GetLabel() const { return wxEmptyString; }
 
     virtual bool Destroy();
@@ -163,15 +163,6 @@ public:
 #ifdef __WXGTK20__
     // Returns the default context which usually is anti-aliased
     PangoContext   *GtkGetPangoDefaultContext();
-
-    // Returns the X11 context which renders on the X11 client
-    // side (which can be remote) and which usually is not
-    // anti-aliased and is thus faster
-    // MR: Now returns the default pango_context for the widget as GtkGetPangoDefaultContext to
-    // not depend on libpangox - which is completely deprecated.
-    //BCI: Remove GtkGetPangoX11Context and m_x11Context completely when symbols may be removed
-    PangoContext   *GtkGetPangoX11Context();
-    PangoContext   *m_x11Context; // MR: Now unused
 #endif
 
 #if wxUSE_TOOLTIPS