Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index c6269d49b47..12dd4c0d3eb 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -276,13 +276,6 @@ elseif(UNIX)
)
endif()
- if(WITH_X11_XINERAMA)
- add_definitions(-DWITH_X11_XINERAMA)
- list(APPEND INC_SYS
- ${X11_Xinerama_INCLUDE_PATH}
- )
- endif()
-
elseif(WIN32)
## Warnings as errors, this is too strict!
#if(MSVC)