Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused DESCDLG #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 0 additions & 160 deletions REDALERT/DESCDLG.CPP

This file was deleted.

66 changes: 0 additions & 66 deletions REDALERT/DESCDLG.H

This file was deleted.

1 change: 0 additions & 1 deletion REDALERT/GOPTIONS.CPP
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "visudlg.h"
#include "gamedlg.h"
#include "textbtn.h"
#include "descdlg.h"

#ifdef FIXIT_VERSION_3 // Stalemate games.
#include "WolStrng.h"
Expand Down
2 changes: 0 additions & 2 deletions REDALERT/RedAlert.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@
<ClCompile Include="CSTRAW.CPP" />
<ClCompile Include="DDE.CPP" />
<ClCompile Include="DEBUG.CPP" />
<ClCompile Include="DESCDLG.CPP" />
<ClCompile Include="DIAL8.CPP" />
<ClCompile Include="DIALOG.CPP" />
<ClCompile Include="DIBFILE.CPP" />
Expand Down Expand Up @@ -508,7 +507,6 @@
<ClInclude Include="DDE.H" />
<ClInclude Include="DEBUG.H" />
<ClInclude Include="DEFINES.H" />
<ClInclude Include="DESCDLG.H" />
<ClInclude Include="DIAL8.H" />
<ClInclude Include="DIBAPI.H" />
<ClInclude Include="DIBUTIL.H" />
Expand Down
8 changes: 1 addition & 7 deletions REDALERT/RedAlert.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@
<ClCompile Include="DEBUG.CPP">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="DESCDLG.CPP">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="DIAL8.CPP">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -1052,9 +1049,6 @@
<ClInclude Include="DEFINES.H">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="DESCDLG.H">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="DIAL8.H">
<Filter>Source Files</Filter>
</ClInclude>
Expand Down Expand Up @@ -1839,4 +1833,4 @@
<Filter>Source Files\Resource</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
</Project>
Loading