X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0badb709a86b91a203416784b649e3d00c699c7..264cb7f5f33e6d4fcae54093f5169c559190ecd0:/src/x11/app.cpp?ds=sidebyside diff --git a/src/x11/app.cpp b/src/x11/app.cpp index a63e55214f..094bfdddbb 100644 --- a/src/x11/app.cpp +++ b/src/x11/app.cpp @@ -23,11 +23,11 @@ #include "wx/icon.h" #include "wx/dialog.h" #include "wx/timer.h" + #include "wx/memory.h" #endif #include "wx/gdicmn.h" #include "wx/module.h" -#include "wx/memory.h" #include "wx/evtloop.h" #include "wx/filename.h" @@ -46,8 +46,6 @@ // global data //------------------------------------------------------------------------ -extern wxList wxPendingDelete; - wxWindowHash *wxWidgetHashTable = NULL; wxWindowHash *wxClientWidgetHashTable = NULL;