X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afcaf277afb7a5f9f31cfd6c425dd9c3a68dd2ba..884470b12ee25b20796bfef11a9bfa5fb1e1511c:/src/generic/helpext.cpp diff --git a/src/generic/helpext.cpp b/src/generic/helpext.cpp index 2b79a863b2..80e91ebdc4 100644 --- a/src/generic/helpext.cpp +++ b/src/generic/helpext.cpp @@ -20,13 +20,6 @@ #include #include - -struct wxBusyCursor -{ - wxBusyCursor() { wxBeginBusyCursor(); } - ~wxBusyCursor() { wxEndBusyCursor(); } -}; - IMPLEMENT_CLASS(wxExtHelpController, wxHTMLHelpControllerBase) /**