summaryrefslogtreecommitdiffstats
path: root/tksao/frame/basecommand.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-07-11 20:12:51 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-07-11 20:12:51 (GMT)
commit2081af23e67dd32c82a1ed95a57d7da5e6fd8dc5 (patch)
treef46c157ec756ff0a2a65ce6fe72cdcb6b3353528 /tksao/frame/basecommand.C
parent3c807c4e06d554ac546a7ce23d7b16e4fb1b2c01 (diff)
downloadblt-2081af23e67dd32c82a1ed95a57d7da5e6fd8dc5.zip
blt-2081af23e67dd32c82a1ed95a57d7da5e6fd8dc5.tar.gz
blt-2081af23e67dd32c82a1ed95a57d7da5e6fd8dc5.tar.bz2
rm analysisMarker code
Diffstat (limited to 'tksao/frame/basecommand.C')
-rw-r--r--tksao/frame/basecommand.C10
1 files changed, 0 insertions, 10 deletions
diff --git a/tksao/frame/basecommand.C b/tksao/frame/basecommand.C
index 96b0d91..db64dae 100644
--- a/tksao/frame/basecommand.C
+++ b/tksao/frame/basecommand.C
@@ -32,10 +32,6 @@ void Base::axesOrderCmd(int order)
undoCatalogMarkers.deleteAll();
pasteCatalogMarkers.deleteAll();
- // analysisMarkers.deleteAll();
- // undoAnalysisMarkers.deleteAll();
- // pasteAnalysisMarkers.deleteAll();
-
currentContext->contourDeleteFV();
currentContext->contourDeleteAux();
@@ -359,7 +355,6 @@ void Base::cropCmd()
updateMarkerCBs(&userMarkers);
updateMarkerCBs(&catalogMarkers);
- // updateMarkerCBs(&analysisMarkers);
}
// used for Backup
@@ -387,7 +382,6 @@ void Base::cropCmd(const Vector& aa, const Vector& bb,
updateMarkerCBs(&userMarkers);
updateMarkerCBs(&catalogMarkers);
- // updateMarkerCBs(&analysisMarkers);
}
void Base::cropCenterCmd(const Vector& vv,
@@ -418,7 +412,6 @@ void Base::cropCenterCmd(const Vector& vv,
updateMarkerCBs(&userMarkers);
updateMarkerCBs(&catalogMarkers);
- // updateMarkerCBs(&analysisMarkers);
}
void Base::cropBeginCmd(const Vector& vv)
@@ -543,7 +536,6 @@ void Base::cropEndCmd(const Vector& vv)
updateMarkerCBs(&userMarkers);
updateMarkerCBs(&catalogMarkers);
- // updateMarkerCBs(&analysisMarkers);
}
void Base::crop3dCmd()
@@ -557,7 +549,6 @@ void Base::crop3dCmd()
updateMarkerCBs(&userMarkers);
updateMarkerCBs(&catalogMarkers);
- // updateMarkerCBs(&analysisMarkers);
}
void Base::crop3dCmd(double z0, double z1, Coord::CoordSystem sys)
@@ -591,7 +582,6 @@ void Base::crop3dCmd(double z0, double z1, Coord::CoordSystem sys)
updateMarkerCBs(&userMarkers);
updateMarkerCBs(&catalogMarkers);
- // updateMarkerCBs(&analysisMarkers);
}
void Base::crosshairCmd(int which)