Skip to content

Commit

Permalink
Remove unused advanced configuration code
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodogg committed Sep 30, 2015
1 parent ad3103b commit f5e28a5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 176 deletions.
123 changes: 0 additions & 123 deletions config.cpp

This file was deleted.

44 changes: 0 additions & 44 deletions config.h

This file was deleted.

2 changes: 0 additions & 2 deletions foo_snarl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,13 @@ powershell start-process 'C:\Program Files (x86)\foobar2000\foobar2000.exe'</Com
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="config.cpp" />
<ClCompile Include="foo_snarl.cpp" />
<ClCompile Include="initquit.cpp" />
<ClCompile Include="menu.cpp" />
<ClCompile Include="play_callback.cpp" />
<ClCompile Include="preferences.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="config.h" />
<ClInclude Include="preferences.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
Expand Down
6 changes: 0 additions & 6 deletions foo_snarl.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<ClCompile Include="foo_snarl.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="config.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="preferences.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand All @@ -38,9 +35,6 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="config.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="stdafx.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down
1 change: 0 additions & 1 deletion stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S
#include "../ATLHelpers/ATLHelpers.h"

#include "resource.h"
#include "config.h"
#include "preferences.h"
#include <map>
#include <strsafe.h>
Expand Down

0 comments on commit f5e28a5

Please sign in to comment.