diff options
Diffstat (limited to 'Game/Code/Classes/UGraphic.pas')
-rw-r--r-- | Game/Code/Classes/UGraphic.pas | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Game/Code/Classes/UGraphic.pas b/Game/Code/Classes/UGraphic.pas index fcda137c..38ae707c 100644 --- a/Game/Code/Classes/UGraphic.pas +++ b/Game/Code/Classes/UGraphic.pas @@ -604,13 +604,6 @@ begin // SDL_SetRefreshrate(85);
// SDL_GL_SetAttribute( SDL_GL_DOUBLEBUFFER, 1 );
- {$ifndef win32}
- // Todo : jb_linux remove this for linux... but helps for debugging
- Ini.FullScreen := 0;
- W := 800;
- H := 600;
- {$endif}
-
{$IFDEF DARWIN}
// Todo : eddie: remove before realease
Ini.FullScreen := 0;
|