Skip to content

Commit

Permalink
remove rstring
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jul 15, 2020
1 parent 1c4d0c6 commit 299d7f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions simplewall.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@
<ItemGroup>
<ClCompile Include="..\routine\rapp.cpp" />
<ClCompile Include="..\routine\routine.cpp" />
<ClCompile Include="..\routine\rstring.cpp" />
<ClCompile Include="src\controls.cpp" />
<ClCompile Include="src\editor.cpp" />
<ClCompile Include="src\helper.cpp" />
Expand All @@ -258,7 +257,6 @@
<ClInclude Include="..\routine\rapp.hpp" />
<ClInclude Include="..\routine\rconfig.hpp" />
<ClInclude Include="..\routine\routine.hpp" />
<ClInclude Include="..\routine\rstring.hpp" />
<ClInclude Include="src\app.hpp" />
<ClInclude Include="src\controls.hpp" />
<ClInclude Include="src\editor.hpp" />
Expand Down
6 changes: 0 additions & 6 deletions simplewall.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<ClCompile Include="..\routine\routine.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\routine\rstring.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\routine\rapp.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -68,9 +65,6 @@
<ClInclude Include="..\routine\rconfig.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\routine\rstring.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\routine\rapp.hpp">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down

0 comments on commit 299d7f0

Please sign in to comment.