]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterScaleX.cxx
- Comment out uselesss #define MAX (vtk-4.5 doesn't compile)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / pPlotterScaleX.cxx
index 1f95b6bb930621ed71dcced809d89da61c9f451f..9543da64e0621798f775e0154bfb5f5c37494876 100644 (file)
@@ -51,7 +51,7 @@ void pPlotterScaleX::Plot(wxDC& dc, mpWindow& w)
 
        //setting origins
        const int orgy   = w.GetScrY()-40;
-       const int extend = w.GetScrX()-100;
+       //const int extend = w.GetScrX()-100; //JPRx
 
        dc.SetDeviceOrigin(70,orgy);
        dc.SetAxisOrientation(true,true);