X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ab822146cad04a848d61c886e6ab9a3bdbe2c89..658f53c700b44bfbe061039339ae54de1b03858d:/src/common/tbarbase.cpp diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index 0bd33adcaf..2d250e20d5 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -114,10 +114,6 @@ bool wxToolBarToolBase::SetLongHelp(const wxString& help) return true; } -wxToolBarToolBase::~wxToolBarToolBase() -{ -} - // ---------------------------------------------------------------------------- // wxToolBarBase adding/deleting items // ----------------------------------------------------------------------------