diff --git a/src/plugins/plot/PlotView.vue b/src/plugins/plot/PlotView.vue index 34eac983314..48395b4dbf4 100644 --- a/src/plugins/plot/PlotView.vue +++ b/src/plugins/plot/PlotView.vue @@ -162,14 +162,6 @@ export default { } } }, - watch: { - gridLines(newGridLines) { - this.gridLines = newGridLines; - }, - cursorGuide(newCursorGuide) { - this.cursorGuide = newCursorGuide; - } - }, created() { eventHelpers.extend(this); this.imageExporter = new ImageExporter(this.openmct);