diff --git a/Builds/Linux/build/savedState.xml b/Builds/Linux/build/savedState.xml
deleted file mode 100644
index 9e08444200a1c9d7a5e694302e0ed958f4472f8e..0000000000000000000000000000000000000000
--- a/Builds/Linux/build/savedState.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<PROCESSORGRAPH>
-  <SIGNALCHAIN>
-    <PROCESSOR name="Sources/Intan Demo Board" insertionPoint="0"/>
-    <PROCESSOR name="Filters/Bandpass Filter" insertionPoint="1"/>
-    <PROCESSOR name="Sinks/LFP Viewer" insertionPoint="2"/>
-  </SIGNALCHAIN>
-  <SIGNALCHAIN>
-    <PROCESSOR name="Sources/Signal Generator" insertionPoint="0"/>
-    <PROCESSOR name="Sinks/LFP Viewer" insertionPoint="1"/>
-  </SIGNALCHAIN>
-</PROCESSORGRAPH>
diff --git a/Builds/Linux/build/windowState.xml b/Builds/Linux/build/windowState.xml
deleted file mode 100644
index fbc6626a1ab8109c1421ad8fa0231555ecc35ea8..0000000000000000000000000000000000000000
--- a/Builds/Linux/build/windowState.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<MAINWINDOW>
-  <BOUNDS x="1899" y="136" w="971" h="884" fullscreen="0"/>
-</MAINWINDOW>
diff --git a/JuceLibraryCode/src/native/mac/juce_mac_NSViewComponentPeer.mm b/JuceLibraryCode/src/native/mac/juce_mac_NSViewComponentPeer.mm
index 6c791d8527e165f5264d9401030958a5c95bd072..bb0ffc13be87b4fd5a86d3c961c148050556f6ed 100755
--- a/JuceLibraryCode/src/native/mac/juce_mac_NSViewComponentPeer.mm
+++ b/JuceLibraryCode/src/native/mac/juce_mac_NSViewComponentPeer.mm
@@ -1664,12 +1664,12 @@ void juce_setKioskComponent (Component* kioskModeComponent, bool enableOrDisable
     // is apparently still available in 64-bit apps..
     if (enableOrDisable)
     {
-        SetSystemUIMode (kUIModeAllSuppressed, allowMenusAndBars ? kUIOptionAutoShowMenuBar : 0);
-        kioskModeComponent->setBounds (Desktop::getInstance().getMainMonitorArea (false));
+       // SetSystemUIMode (kUIModeAllSuppressed, allowMenusAndBars ? kUIOptionAutoShowMenuBar : 0);
+       // kioskModeComponent->setBounds (Desktop::getInstance().getMainMonitorArea (false));
     }
     else
     {
-        SetSystemUIMode (kUIModeNormal, 0);
+      //  SetSystemUIMode (kUIModeNormal, 0);
     }
 }