Skip to content

Commit

Permalink
Remove duplicate interface.h/.cpp files
Browse files Browse the repository at this point in the history
Resolves twhl-community#60

(cherry picked from commit 217f615)
  • Loading branch information
SamVanheer authored and LogicAndTrick committed Dec 24, 2021
1 parent f6cc3ab commit fe675d6
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 288 deletions.
4 changes: 1 addition & 3 deletions cl_dll/cdll_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,19 @@
#include "hud.h"
#include "cl_util.h"
#include "netadr.h"
#include "../public/interface.h"
#include "interface.h"
//#include "vgui_schememanager.h"

#include "pm_shared.h"

#include <string.h>
#include "vgui_int.h"
#include "interface.h"

#include "Platform.h"
#include "Exports.h"

#include "tri.h"
#include "vgui_TeamFortressViewport.h"
#include "../public/interface.h"

cl_enginefunc_t gEngfuncs;
CHud gHUD;
Expand Down
150 changes: 0 additions & 150 deletions common/interface.cpp

This file was deleted.

119 changes: 0 additions & 119 deletions common/interface.h

This file was deleted.

1 change: 0 additions & 1 deletion projects/vs2017/hl_cdll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
<ClInclude Include="..\..\common\event_args.h" />
<ClInclude Include="..\..\common\event_flags.h" />
<ClInclude Include="..\..\common\hltv.h" />
<ClInclude Include="..\..\common\interface.h" />
<ClInclude Include="..\..\common\in_buttons.h" />
<ClInclude Include="..\..\common\ivoicetweak.h" />
<ClInclude Include="..\..\common\mathlib.h" />
Expand Down
3 changes: 0 additions & 3 deletions projects/vs2017/hl_cdll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,6 @@
<ClInclude Include="..\..\common\in_buttons.h">
<Filter>Header Files\common</Filter>
</ClInclude>
<ClInclude Include="..\..\common\interface.h">
<Filter>Header Files\common</Filter>
</ClInclude>
<ClInclude Include="..\..\common\ivoicetweak.h">
<Filter>Header Files\common</Filter>
</ClInclude>
Expand Down
1 change: 0 additions & 1 deletion projects/vs2017/hldll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
<ClInclude Include="..\..\common\event_args.h" />
<ClInclude Include="..\..\common\event_flags.h" />
<ClInclude Include="..\..\common\hltv.h" />
<ClInclude Include="..\..\common\interface.h" />
<ClInclude Include="..\..\common\in_buttons.h" />
<ClInclude Include="..\..\common\mathlib.h" />
<ClInclude Include="..\..\common\netadr.h" />
Expand Down
3 changes: 0 additions & 3 deletions projects/vs2017/hldll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,6 @@
<ClInclude Include="..\..\common\in_buttons.h">
<Filter>Header Files\common</Filter>
</ClInclude>
<ClInclude Include="..\..\common\interface.h">
<Filter>Header Files\common</Filter>
</ClInclude>
<ClInclude Include="..\..\common\netadr.h">
<Filter>Header Files\common</Filter>
</ClInclude>
Expand Down
1 change: 0 additions & 1 deletion projects/vs2019/hl_cdll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ EXIT /B 0</Command>
<ClInclude Include="..\..\common\event_args.h" />
<ClInclude Include="..\..\common\event_flags.h" />
<ClInclude Include="..\..\common\hltv.h" />
<ClInclude Include="..\..\common\interface.h" />
<ClInclude Include="..\..\common\in_buttons.h" />
<ClInclude Include="..\..\common\ivoicetweak.h" />
<ClInclude Include="..\..\common\mathlib.h" />
Expand Down
3 changes: 0 additions & 3 deletions projects/vs2019/hl_cdll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,6 @@
<ClInclude Include="..\..\common\in_buttons.h">
<Filter>Header Files\common</Filter>
</ClInclude>
<ClInclude Include="..\..\common\interface.h">
<Filter>Header Files\common</Filter>
</ClInclude>
<ClInclude Include="..\..\common\ivoicetweak.h">
<Filter>Header Files\common</Filter>
</ClInclude>
Expand Down
1 change: 0 additions & 1 deletion projects/vs2019/hldll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ EXIT /B 0</Command>
<ClInclude Include="..\..\common\event_args.h" />
<ClInclude Include="..\..\common\event_flags.h" />
<ClInclude Include="..\..\common\hltv.h" />
<ClInclude Include="..\..\common\interface.h" />
<ClInclude Include="..\..\common\in_buttons.h" />
<ClInclude Include="..\..\common\mathlib.h" />
<ClInclude Include="..\..\common\netadr.h" />
Expand Down
3 changes: 0 additions & 3 deletions projects/vs2019/hldll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,6 @@
<ClInclude Include="..\..\common\in_buttons.h">
<Filter>Header Files\common</Filter>
</ClInclude>
<ClInclude Include="..\..\common\interface.h">
<Filter>Header Files\common</Filter>
</ClInclude>
<ClInclude Include="..\..\common\netadr.h">
<Filter>Header Files\common</Filter>
</ClInclude>
Expand Down

0 comments on commit fe675d6

Please sign in to comment.