X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afcaf277afb7a5f9f31cfd6c425dd9c3a68dd2ba..169935ad4ed842421ef24470a06d1aa298f90fbe:/src/generic/helpext.cpp?ds=sidebyside 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) /**