]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/headerctrlg.cpp
new file added
[wxWidgets.git] / src / generic / headerctrlg.cpp
index 88f63ed867ab36cd1520215e019a6bd29f976df5..279c1d031b590ebdd2088fbc3639f34d01f9fa58 100644 (file)
@@ -39,8 +39,6 @@
 namespace
 {
 
-const unsigned NO_SORT = (unsigned)-1;
-
 const unsigned COL_NONE = (unsigned)-1;
 
 } // anonymous namespace
@@ -182,7 +180,7 @@ unsigned int wxHeaderCtrl::FindColumnAtPoint(int x, bool *onSeparator) const
 
         pos += col.GetWidth();
 
-        // if the column is resizeable, check if we're approximatively over the
+        // if the column is resizable, check if we're approximatively over the
         // line separating it from the next column
         //
         // TODO: don't hardcode sensitivity