From: Vadim Zeitlin Date: Sun, 28 Feb 2010 11:08:42 +0000 (+0000) Subject: Remove unused NO_SORT constant. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fec911b8c66f9871f8b7497c6bbbb4105f250704 Remove unused NO_SORT constant. This fixrs an IRIX mipsPro compiler warning. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/headerctrlg.cpp b/src/generic/headerctrlg.cpp index 88f63ed867..f0f7cde162 100644 --- a/src/generic/headerctrlg.cpp +++ b/src/generic/headerctrlg.cpp @@ -39,8 +39,6 @@ namespace { -const unsigned NO_SORT = (unsigned)-1; - const unsigned COL_NONE = (unsigned)-1; } // anonymous namespace