From bec0dfb841d18e1aa6f8bcdb20bb6edc61730920 Mon Sep 17 00:00:00 2001
From: zepumph <michael.kauzmann@colorado.edu>
Date: Thu, 23 May 2019 11:36:25 -0800
Subject: [PATCH] revert instrumentation of fullScreenMenuItem, 
 https://github.com/phetsims/joist/issues/558

---
 .../chains-phet-io-elements-baseline.js       | 77 -------------------
 1 file changed, 77 deletions(-)

diff --git a/js/phet-io/chains-phet-io-elements-baseline.js b/js/phet-io/chains-phet-io-elements-baseline.js
index b4d260a..ca628f7 100644
--- a/js/phet-io/chains-phet-io-elements-baseline.js
+++ b/js/phet-io/chains-phet-io-elements-baseline.js
@@ -881,83 +881,6 @@ window.phet.phetio.phetioElementsBaseline =
       "phetioStudioControl": true,
       "phetioTypeName": "PropertyIO.<BooleanIO>"
     },
-    "chains.navigationBar.phetButton.phetMenu.fullScreenMenuItem": {
-      "phetioDocumentation": "This menu item requests full-screen access for the simulation display.",
-      "phetioEventType": "user",
-      "phetioFeatured": false,
-      "phetioHighFrequency": false,
-      "phetioPlayback": false,
-      "phetioReadOnly": false,
-      "phetioState": false,
-      "phetioStudioControl": true,
-      "phetioTypeName": "NodeIO"
-    },
-    "chains.navigationBar.phetButton.phetMenu.fullScreenMenuItem.inputListener.firedEmitter": {
-      "phetioDocumentation": "",
-      "phetioEventType": "user",
-      "phetioFeatured": false,
-      "phetioHighFrequency": false,
-      "phetioPlayback": false,
-      "phetioReadOnly": false,
-      "phetioState": false,
-      "phetioStudioControl": true,
-      "phetioTypeName": "EmitterIO.<>"
-    },
-    "chains.navigationBar.phetButton.phetMenu.fullScreenMenuItem.inputListener.pressAction": {
-      "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.",
-      "phetioEventType": "user",
-      "phetioFeatured": false,
-      "phetioHighFrequency": false,
-      "phetioPlayback": false,
-      "phetioReadOnly": false,
-      "phetioState": false,
-      "phetioStudioControl": true,
-      "phetioTypeName": "ActionIO.<EventIO, VoidIO, VoidIO>"
-    },
-    "chains.navigationBar.phetButton.phetMenu.fullScreenMenuItem.inputListener.releaseAction": {
-      "phetioDocumentation": "Executes whenever a release occurs.",
-      "phetioEventType": "user",
-      "phetioFeatured": false,
-      "phetioHighFrequency": false,
-      "phetioPlayback": false,
-      "phetioReadOnly": false,
-      "phetioState": false,
-      "phetioStudioControl": true,
-      "phetioTypeName": "ActionIO.<NullableIO.<EventIO>, VoidIO>"
-    },
-    "chains.navigationBar.phetButton.phetMenu.fullScreenMenuItem.opacityProperty": {
-      "phetioDocumentation": "Opacity of the parent NodeIO, between 0 (invisible) and 1 (fully visible)",
-      "phetioEventType": "model",
-      "phetioFeatured": false,
-      "phetioHighFrequency": false,
-      "phetioPlayback": false,
-      "phetioReadOnly": false,
-      "phetioState": true,
-      "phetioStudioControl": true,
-      "phetioTypeName": "NumberPropertyIO"
-    },
-    "chains.navigationBar.phetButton.phetMenu.fullScreenMenuItem.pickableProperty": {
-      "phetioDocumentation": "Sets whether the node will be pickable (and hence interactive), see the NodeIO documentation for more details",
-      "phetioEventType": "model",
-      "phetioFeatured": false,
-      "phetioHighFrequency": false,
-      "phetioPlayback": false,
-      "phetioReadOnly": false,
-      "phetioState": true,
-      "phetioStudioControl": true,
-      "phetioTypeName": "PropertyIO.<NullableIO.<BooleanIO>>"
-    },
-    "chains.navigationBar.phetButton.phetMenu.fullScreenMenuItem.visibleProperty": {
-      "phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
-      "phetioEventType": "model",
-      "phetioFeatured": false,
-      "phetioHighFrequency": false,
-      "phetioPlayback": false,
-      "phetioReadOnly": false,
-      "phetioState": true,
-      "phetioStudioControl": true,
-      "phetioTypeName": "PropertyIO.<BooleanIO>"
-    },
     "chains.navigationBar.phetButton.phetMenu.screenshotMenuItem": {
       "phetioDocumentation": "This menu item captures a screenshot from the simulation and saves it to the file system.",
       "phetioEventType": "user",