]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/window.h
destroy m_impl even if an exception is thrown from the main loop
[wxWidgets.git] / include / wx / mac / carbon / window.h
index 16d5cfc6630bd5b43ce7ce483f53d9f3259d67b3..05b616364427caa5689e7215e9714627ce2b5c0c 100644 (file)
@@ -126,11 +126,6 @@ public:
     virtual bool CanSetTransparent();
     virtual wxByte GetTransparent() const ;
     
-#if WXWIN_COMPATIBILITY_2_4
-    bool GetTransparentBackground() const { return m_backgroundTransparent; }
-    void SetTransparent(bool t = true) { m_backgroundTransparent = t; }
-#endif
-
     // event handlers
     // --------------
     void OnSetFocus( wxFocusEvent& event );
@@ -318,10 +313,6 @@ protected:
     void                MacPropagateEnabledStateChanged() ;
     void                MacPropagateHiliteChanged() ;
 
-#if WXWIN_COMPATIBILITY_2_4
-    bool                 m_backgroundTransparent ;
-#endif
-
     // implement the base class pure virtuals
     virtual wxSize DoGetBestSize() const;
     virtual wxSize DoGetSizeFromClientSize( const wxSize & size ) const;