Remove the deprecated nv10 renderer

This commit is contained in:
dhewg 2012-07-18 21:24:41 +02:00 committed by Daniel Gibson
parent 3d27d4776c
commit ff99aa9477
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -88,7 +88,6 @@ typedef struct glconfig_s {
bool allowNV30Path;
bool allowNV20Path;
bool allowNV10Path;
bool allowARB2Path;
bool isInitialized;