diff --git a/src/GraphicsDeviceManager.cs b/src/GraphicsDeviceManager.cs index 5a415ec..7e199cd 100644 --- a/src/GraphicsDeviceManager.cs +++ b/src/GraphicsDeviceManager.cs @@ -290,12 +290,7 @@ namespace Microsoft.Xna.Framework public void ToggleFullScreen() { - // Change settings. IsFullScreen = !IsFullScreen; - - /* FIXME: Does it really just do this or is it more specific...? - * -flibit - */ ApplyChanges(); }