diff options
Diffstat (limited to 'Stars45/Starshatter.cpp')
-rw-r--r-- | Stars45/Starshatter.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp index 6dc6ef6..fe31a21 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -377,12 +377,6 @@ Starshatter::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow) if (video_settings) {
video_settings->is_windowed = true;
- /***
- // XXX temporary for video capture
- video_settings->window_width = 720; //800;
- video_settings->window_height = 386; //431; // 450 - 19
- /***/
-
Print(" STARSHATTER RUNNING IN WINDOW MODE\n");
}
}
|