Skip to content

Commit b31bcb8

Browse files
committed
Reverted PR 122
1 parent f210530 commit b31bcb8

3 files changed

Lines changed: 1 addition & 110 deletions

File tree

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ Set(SOURCEPYTHON_ENGINES_MODULE_SOURCES
185185
core/modules/engines/engines_server_wrap.cpp
186186
core/modules/engines/engines_sound_wrap.cpp
187187
core/modules/engines/engines_trace_wrap.cpp
188-
core/modules/engines/engines_tools_wrap.cpp
189188
)
190189

191190
# ------------------------------------------------------------------

src/core/modules/engines/engines_tools_wrap.cpp

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

src/core/sp_main.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
#include "utilities/conversions.h"
6161
#include "modules/entities/entities_entity.h"
6262

63-
#include "toolframework/ienginetool.h"
64-
6563

6664
//-----------------------------------------------------------------------------
6765
// Disable warnings.
@@ -94,7 +92,6 @@ IPhysicsSurfaceProps* physprops = NULL;
9492
IMDLCache* modelcache = NULL;
9593
IVoiceServer* voiceserver = NULL;
9694
INetworkStringTableContainer* networkstringtable = NULL;
97-
IEngineTool* enginetool = NULL;
9895

9996
//-----------------------------------------------------------------------------
10097
// External globals
@@ -146,7 +143,6 @@ InterfaceHelper_t gEngineInterfaces[] = {
146143
{VPHYSICS_SURFACEPROPS_INTERFACE_VERSION, (void **)&physprops},
147144
{MDLCACHE_INTERFACE_VERSION, (void **)&modelcache},
148145
{INTERFACEVERSION_VOICESERVER, (void **)&voiceserver},
149-
{VENGINETOOL_INTERFACE_VERSION, (void **)&enginetool},
150146

151147
{NULL, NULL}
152148
};
@@ -159,6 +155,7 @@ InterfaceHelper_t gGameInterfaces[] = {
159155
{NULL, NULL}
160156
};
161157

158+
162159
//-----------------------------------------------------------------------------
163160
// Get all engine interfaces.
164161
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)