Skip to content

Commit 8e2959a

Browse files
committed
Remoe not yet used code
1 parent b89efc8 commit 8e2959a

File tree

8 files changed

+2
-371
lines changed

8 files changed

+2
-371
lines changed

src/Cpp/1-getting-started/1-1-1-HelloWindow/1-1-1-HelloWindow.vcxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,11 @@ xcopy /Y $(ProjectDir)Assets\Textures\*.* $(OutDir)Assets\Textures\</Command>
109109
<ItemGroup>
110110
<ClCompile Include="Application.cpp" />
111111
<ClCompile Include="HelloWindowApplication.cpp" />
112-
<ClCompile Include="Input\Input.cpp" />
113-
<ClCompile Include="Input\Keyboard.cpp" />
114-
<ClCompile Include="Input\Mouse.cpp" />
115112
<ClCompile Include="Main.cpp" />
116113
</ItemGroup>
117114
<ItemGroup>
118115
<ClInclude Include="Application.hpp" />
119116
<ClInclude Include="HelloWindowApplication.hpp" />
120-
<ClInclude Include="Input\Input.hpp" />
121-
<ClInclude Include="Input\Keyboard.hpp" />
122-
<ClInclude Include="Input\Mouse.hpp" />
123117
</ItemGroup>
124118
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
125119
<ImportGroup Label="ExtensionTargets">
Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="4.0"
3+
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
34
<ItemGroup>
45
<Filter Include="Source Files">
56
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
@@ -24,15 +25,6 @@
2425
<ClCompile Include="HelloWindowApplication.cpp">
2526
<Filter>Source Files</Filter>
2627
</ClCompile>
27-
<ClCompile Include="Input\Input.cpp">
28-
<Filter>Source Files</Filter>
29-
</ClCompile>
30-
<ClCompile Include="Input\Keyboard.cpp">
31-
<Filter>Source Files</Filter>
32-
</ClCompile>
33-
<ClCompile Include="Input\Mouse.cpp">
34-
<Filter>Source Files</Filter>
35-
</ClCompile>
3628
</ItemGroup>
3729
<ItemGroup>
3830
<ClInclude Include="Application.hpp">
@@ -41,14 +33,5 @@
4133
<ClInclude Include="HelloWindowApplication.hpp">
4234
<Filter>Header Files</Filter>
4335
</ClInclude>
44-
<ClInclude Include="Input\Input.hpp">
45-
<Filter>Header Files</Filter>
46-
</ClInclude>
47-
<ClInclude Include="Input\Keyboard.hpp">
48-
<Filter>Header Files</Filter>
49-
</ClInclude>
50-
<ClInclude Include="Input\Mouse.hpp">
51-
<Filter>Header Files</Filter>
52-
</ClInclude>
5336
</ItemGroup>
5437
</Project>

src/Cpp/1-getting-started/1-1-1-HelloWindow/Input/Input.cpp

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

src/Cpp/1-getting-started/1-1-1-HelloWindow/Input/Input.hpp

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

src/Cpp/1-getting-started/1-1-1-HelloWindow/Input/Keyboard.cpp

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

src/Cpp/1-getting-started/1-1-1-HelloWindow/Input/Keyboard.hpp

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

src/Cpp/1-getting-started/1-1-1-HelloWindow/Input/Mouse.cpp

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

0 commit comments

Comments
 (0)