]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/helpext.cpp
Added size event for status bar
[wxWidgets.git] / src / generic / helpext.cpp
index 2b79a863b241785237fe9f99282c691a8fcb0e14..80e91ebdc4864ae4efcfcf748105ec6247f00c58 100644 (file)
 #include   <sys/stat.h>
 #include   <unistd.h>
 
-
-struct wxBusyCursor
-{
-   wxBusyCursor() { wxBeginBusyCursor(); }
-   ~wxBusyCursor() { wxEndBusyCursor(); }
-};
-
 IMPLEMENT_CLASS(wxExtHelpController, wxHTMLHelpControllerBase)
    
 /**