summaryrefslogtreecommitdiff
path: root/src/video/dedicated_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/dedicated_v.cpp')
-rw-r--r--src/video/dedicated_v.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp
index 3b053c7d6..58d7d04e0 100644
--- a/src/video/dedicated_v.cpp
+++ b/src/video/dedicated_v.cpp
@@ -11,8 +11,6 @@
#include "../stdafx.h"
-#ifdef ENABLE_NETWORK
-
#include "../gfx_func.h"
#include "../network/network.h"
#include "../network/network_internal.h"
@@ -316,5 +314,3 @@ void VideoDriver_Dedicated::MainLoop()
}
}
}
-
-#endif /* ENABLE_NETWORK */