diff --git a/photon-client/src/store/index.js b/photon-client/src/store/index.js
index 8c338f608..fad74334b 100644
--- a/photon-client/src/store/index.js
+++ b/photon-client/src/store/index.js
@@ -58,8 +58,6 @@ export default new Vuex.Store({
hsvHue: [0, 15],
hsvSaturation: [0, 15],
hsvValue: [0, 25],
- erode: false,
- dilate: false,
contourArea: [0, 12],
contourRatio: [0, 12],
contourFullness: [0, 12],
diff --git a/photon-client/src/views/PipelineViews/ThresholdTab.vue b/photon-client/src/views/PipelineViews/ThresholdTab.vue
index cf78bb71a..75b4fd419 100644
--- a/photon-client/src/views/PipelineViews/ThresholdTab.vue
+++ b/photon-client/src/views/PipelineViews/ThresholdTab.vue
@@ -84,33 +84,16 @@
-
- rollback('erode',e)"
- />
- rollback('dilate',e)"
- />