summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--nGenEx/VideoDX9.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/nGenEx/VideoDX9.cpp b/nGenEx/VideoDX9.cpp
index 0cf6eda..6200db8 100644
--- a/nGenEx/VideoDX9.cpp
+++ b/nGenEx/VideoDX9.cpp
@@ -265,10 +265,6 @@ VideoDX9::VideoDX9(const HWND& window, VideoSettings* vs)
d3d = Direct3DCreate9(D3D_SDK_VERSION);
dx9enum = new(__FILE__,__LINE__) VideoDX9Enum(d3d);
- // DEBUG
- vs->is_windowed = true;
- // DEBUG
-
if (d3d && dx9enum) {
if (vs) {
dx9enum->req_fullscreen = vs->is_windowed ? false : true;