X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e08b761b0c5ecb6df295785b78f1f3637331887..d9e054bc6147fb286b6de2fcfe50e2ecf5649843:/contrib/src/fl/rowdragpl.cpp 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 );