diff --git a/src/watchOptions.ts b/src/watchOptions.ts
index a6eea6e7..6bb97b29 100644
--- a/src/watchOptions.ts
+++ b/src/watchOptions.ts
@@ -33,15 +33,6 @@ export const watchOptionsAfterViewerInit = () => {
viewer.entities.setDebugMode(o.showChunkBorders ? 'basic' : 'none')
})
- watchValue(options, o => {
- if (o.antiAliasing) {
- viewer.enableFxaaScene()
- } else {
- viewer.enableFXAA = false
- viewer.composer = undefined
- }
- })
-
watchValue(options, o => {
viewer.entities.setVisible(o.renderEntities)
})