blob: 4fdd6a663b6f5754ec0f0550ff5aff55ef9212f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Xonotic.orig/source/darkplaces/sys_shared.c
+++ Xonotic/source/darkplaces/sys_shared.c
@@ -69,9 +69,6 @@
else
moncleanup();
#endif
-#elif defined(__linux__) || defined(__FreeBSD__)
- extern int moncontrol(int);
- moncontrol(enable);
#endif
}
|