Browse Source

remove WINDOWS_PHONE conditions

Nick Kastellanos 2 years ago
parent
commit
a03448948c
2 changed files with 0 additions and 8 deletions
  1. 0 4
      Samples/Deferred/Game1.cs
  2. 0 4
      Samples/FXAA/Game1.cs

+ 0 - 4
Samples/Deferred/Game1.cs

@@ -56,10 +56,6 @@ namespace Samples.Deferred
 
             graphics.GraphicsProfile = GraphicsProfile.HiDef;
 
-#if WINDOWS_PHONE
-            graphics.IsFullScreen = true;
-            TargetElapsedTime = TimeSpan.FromTicks(333333);
-#endif
         }
 
         protected override void LoadContent()

+ 0 - 4
Samples/FXAA/Game1.cs

@@ -46,10 +46,6 @@ namespace Samples.FXAA
 
             graphics.GraphicsProfile = GraphicsProfile.HiDef;
 
-#if WINDOWS_PHONE
-            graphics.IsFullScreen = true;
-            TargetElapsedTime = TimeSpan.FromTicks(333333);
-#endif
         }
 
         protected override void LoadContent()