X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32a925f832ce34ee19c013e7aa025178e0a6eb27..d0260bd894ec5ef95c960e45cdaff3e6ebae019d:/include/wx/toplevel.h diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index 1e49a42dd9..4ce0e67683 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -219,11 +219,6 @@ public: // enable/disable close button [x] virtual bool EnableCloseButton(bool WXUNUSED(enable) ) { return false; } - // Set the shape of the window to the given region. - // Returns true if the platform supports this feature (and the - // operation is successful.) - virtual bool SetShape(const wxRegion& WXUNUSED(region)) { return false; } - // Attracts the users attention to this window if the application is // inactive (should be called when a background event occurs) virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);