X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e08b761b0c5ecb6df295785b78f1f3637331887..65d48d095fb1390edd46f682c864320d7b9626e3:/contrib/src/fl/rowdragpl.cpp?ds=inline diff --git a/contrib/src/fl/rowdragpl.cpp b/contrib/src/fl/rowdragpl.cpp index e0ea5ad12f..3e095121a9 100644 --- a/contrib/src/fl/rowdragpl.cpp +++ b/contrib/src/fl/rowdragpl.cpp @@ -229,7 +229,7 @@ void cbRowDragPlugin::OnMouseMove( cbMotionEvent& event ) // DBG:: wxPoint p = event.mPos; wxPoint d = mDragOrigin; - int dif = event.mPos.x - mDragOrigin.x; +// int dif = event.mPos.x - mDragOrigin.x; // row is dragged up or down; ShowDraggedRow( pos.y - mDragOrigin.y ); @@ -239,7 +239,7 @@ void cbRowDragPlugin::OnMouseMove( cbMotionEvent& event ) // DBG:: wxPoint p = event.mPos; wxPoint d = mDragOrigin; - int dif = event.mPos.x - mDragOrigin.x; +// int dif = event.mPos.x - mDragOrigin.x; // row is dragged left or right ShowDraggedRow( pos.x - mDragOrigin.x );