Skip to content

Commit

Permalink
Delete redundant header file base_client_classes.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 12, 2015
1 parent c955da6 commit ddfa7fc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 44 deletions.
35 changes: 0 additions & 35 deletions src/xrGame/base_client_classes.h

This file was deleted.

1 change: 0 additions & 1 deletion src/xrGame/base_client_classes_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
////////////////////////////////////////////////////////////////////////////

#include "pch_script.h"
#include "base_client_classes.h"
#include "base_client_classes_wrappers.h"
#include "xrEngine/feel_sound.h"
#include "Include/xrRender/RenderVisual.h"
Expand Down
2 changes: 0 additions & 2 deletions src/xrGame/base_client_classes_wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#pragma once


#include "base_client_classes.h"
#include "xrEngine/engineapi.h"
#include "xrCDB/ispatial.h"
#include "xrEngine/isheduled.h"
Expand Down
3 changes: 1 addition & 2 deletions src/xrGame/xrGame.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@
<ClInclude Include="awards_store.h" />
<ClInclude Include="a_star.h" />
<ClInclude Include="a_star_inline.h" />
<ClInclude Include="base_client_classes.h" />
<ClInclude Include="base_client_classes_wrappers.h" />
<ClInclude Include="BastArtifact.h" />
<ClInclude Include="best_scores_helper.h" />
Expand Down Expand Up @@ -4058,4 +4057,4 @@
<UserProperties DevPartner_IsInstrumented="1" />
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>
5 changes: 1 addition & 4 deletions src/xrGame/xrGame.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -5055,9 +5055,6 @@
<ClInclude Include="ScriptXMLInit.h">
<Filter>ScriptClasses\UI</Filter>
</ClInclude>
<ClInclude Include="base_client_classes.h">
<Filter>ScriptClasses\BaseClientClasses</Filter>
</ClInclude>
<ClInclude Include="base_client_classes_wrappers.h">
<Filter>ScriptClasses\BaseClientClasses</Filter>
</ClInclude>
Expand Down Expand Up @@ -10749,4 +10746,4 @@
<Filter>Core\Client\Objects\items &amp; weapons\Explosives</Filter>
</CustomBuild>
</ItemGroup>
</Project>
</Project>

0 comments on commit ddfa7fc

Please sign in to comment.