Skip to content

Commit

Permalink
Refactor|Client|Map Renderer: Relocated RL_RenderAllLists() to rend_m…
Browse files Browse the repository at this point in the history
…ain.cpp

There is no longer any real benefit in separating this from the rest
of the map renderer logic.
  • Loading branch information
danij-deng committed Nov 6, 2013
1 parent 22a1cc0 commit 695300f
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 997 deletions.
2 changes: 0 additions & 2 deletions doomsday/client/client.pro
Expand Up @@ -306,7 +306,6 @@ DENG_HEADERS += \
include/render/rend_fakeradio.h \
include/render/rend_font.h \
include/render/rend_halo.h \
include/render/rend_list.h \
include/render/rend_main.h \
include/render/rend_model.h \
include/render/rend_particle.h \
Expand Down Expand Up @@ -661,7 +660,6 @@ SOURCES += \
src/render/rend_fakeradio.cpp \
src/render/rend_font.cpp \
src/render/rend_halo.cpp \
src/render/rend_list.cpp \
src/render/rend_main.cpp \
src/render/rend_model.cpp \
src/render/rend_particle.cpp \
Expand Down
1 change: 0 additions & 1 deletion doomsday/client/include/de_render.h
Expand Up @@ -31,7 +31,6 @@
#include "render/r_things.h"
#include "render/rend_clip.h"
#include "render/rend_halo.h"
#include "render/rend_list.h"
#include "render/rend_particle.h"
#include "render/rend_main.h"
#include "render/rend_model.h"
Expand Down
25 changes: 0 additions & 25 deletions doomsday/client/include/render/rend_list.h

This file was deleted.

0 comments on commit 695300f

Please sign in to comment.