Skip to content

Commit 390884e

Browse files
committed
Reworked cvar_c module
1 parent f5f2ec1 commit 390884e

File tree

7 files changed

+215
-609
lines changed

7 files changed

+215
-609
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@ Set(SOURCEPYTHON_COMMAND_MODULE_SOURCES
123123
# Cvar module.
124124
# ------------------------------------------------------------------
125125
Set(SOURCEPYTHON_CVAR_MODULE_HEADERS
126-
core/modules/cvar/cvar_wrap.h
127126
)
128127

129128
Set(SOURCEPYTHON_CVAR_MODULE_SOURCES
130-
core/modules/cvar/cvar_wrap.cpp
131129
core/modules/cvar/cvar_wrap_python.cpp
132130
)
133131

src/core/modules/commands/say_command_wrap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include "boost/python/call.hpp"
3838
#include "boost/shared_array.hpp"
3939
#include "core/sp_main.h"
40-
#include "modules/cvar/cvar_wrap.h"
4140

4241
//-----------------------------------------------------------------------------
4342
// Global say command mapping.

src/core/modules/commands/server_command_wrap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "utility/call_python.h"
3333
#include "boost/python/call.hpp"
3434
#include "boost/shared_array.hpp"
35-
#include "modules/cvar/cvar_wrap.h"
3635

3736
//-----------------------------------------------------------------------------
3837
// Externs.

src/core/modules/cvar/cvar_wrap.cpp

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)