mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Remove the deprecated nv10 renderer
This commit is contained in:
parent
3d27d4776c
commit
ff99aa9477
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -88,7 +88,6 @@ typedef struct glconfig_s {
|
|||
|
||||
bool allowNV30Path;
|
||||
bool allowNV20Path;
|
||||
bool allowNV10Path;
|
||||
bool allowARB2Path;
|
||||
|
||||
bool isInitialized;
|
||||
|
|
Loading…
Reference in a new issue