summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.cpp')
-rw-r--r--src/app/app.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 7323e2d..faf4526 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -444,8 +444,6 @@ bool CApplication::CreateVideoSurface()
// Use hardware surface if available
if (videoInfo->hw_available)
videoFlags |= SDL_HWSURFACE;
- else
- videoFlags |= SDL_SWSURFACE;
// Enable hardware blit if available
if (videoInfo->blit_hw)