diff --git a/CMakeLists.txt b/CMakeLists.txt index 93372bf..74e1e8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -296,7 +296,6 @@ set(src_renderer renderer/draw_arb.cpp renderer/draw_arb2.cpp renderer/draw_common.cpp - renderer/draw_nv10.cpp renderer/draw_nv20.cpp renderer/tr_backend.cpp renderer/tr_deform.cpp diff --git a/renderer/RenderSystem.h b/renderer/RenderSystem.h index 6638ed2..e44e907 100644 --- a/renderer/RenderSystem.h +++ b/renderer/RenderSystem.h @@ -88,7 +88,6 @@ typedef struct glconfig_s { bool allowNV30Path; bool allowNV20Path; - bool allowNV10Path; bool allowARB2Path; bool isInitialized;