]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/fl/bardragpl.cpp
Removed non-reachable code (consulted Aleks first, and he said the code was no longer...
[wxWidgets.git] / contrib / src / fl / bardragpl.cpp
index 26b927e93a26d061dd9d2bcb818259661282860e..b48d2540383268baafd15037a4fdf2a89c0c7f81 100644 (file)
@@ -371,7 +371,7 @@ void cbBarDragPlugin::UnstickFromPane( cbDockPane* pPane, wxPoint& mousePos )
 
        if ( pPane->IsHorizontal() && fromLowerEdge )
        {       
-               bool fromLowerEdge = mousePos.y > bounds.y;
+//             bool fromLowerEdge = mousePos.y > bounds.y;
 
                mHintRect.y = wxMax( bounds.y + bounds.height + 1, mousePos.y - newHeight );