File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ set(CGAMELIST
168168 ${GAMELOGIC_DIR} /cgame/rocket/rocketFocusManager.h
169169 ${GAMELOGIC_DIR} /cgame/rocket/rocketFormControlInput.h
170170 ${GAMELOGIC_DIR} /cgame/rocket/rocketFormControlSelect.h
171- ${GAMELOGIC_DIR} /cgame/rocket/rocketIncludeElement.h
172171 ${GAMELOGIC_DIR} /cgame/rocket/rocketKeyBinder.h
173172 ${GAMELOGIC_DIR} /cgame/rocket/rocketProgressBar.h
174173 ${GAMELOGIC_DIR} /cgame/rocket/rocketSelectableDataGrid.h
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ Maryland 20850 USA.
5555#include " rocketFormControlSelect.h"
5656#include " rocketConditionalElement.h"
5757#include " rocketColorInput.h"
58- #include " rocketIncludeElement.h"
5958#include " rocketCvarInlineElement.h"
6059#include < RmlUi/Debugger.h>
6160#include " lua/register_lua_extensions.h"
@@ -425,7 +424,6 @@ void Rocket_Init()
425424 RegisterElement<CvarElementFormControlSelect>( " select" );
426425 RegisterElement<RocketConditionalElement>( " if" );
427426 RegisterElement<RocketColorInput>( " colorinput" );
428- RegisterElement<RocketIncludeElement>( " include" );
429427 RegisterElement<RocketCvarInlineElement>( " inlinecvar" );
430428
431429 whiteShader = trap_R_RegisterShader ( " gfx/colors/white" , RSF_2D );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments