diff options
author | glx <glx@openttd.org> | 2019-04-14 00:42:45 +0200 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2019-04-18 21:49:34 +0200 |
commit | ebd4f32d15c34d7191546002cd06f99ad6b43d0c (patch) | |
tree | 43323583d3f567b182ccb5bd714d130d3c660979 /projects/openttd_vs141.vcxproj | |
parent | 48f99fd980f0577ab4336d7807a1781000253c3b (diff) | |
download | openttd-ebd4f32d15c34d7191546002cd06f99ad6b43d0c.tar.xz |
Cleanup: remove core/sort_func.hpp as it's not used anymore
Diffstat (limited to 'projects/openttd_vs141.vcxproj')
-rw-r--r-- | projects/openttd_vs141.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/openttd_vs141.vcxproj b/projects/openttd_vs141.vcxproj index 89b9d0217..3f0eff473 100644 --- a/projects/openttd_vs141.vcxproj +++ b/projects/openttd_vs141.vcxproj @@ -742,7 +742,6 @@ <ClInclude Include="..\src\core\smallmatrix_type.hpp" /> <ClInclude Include="..\src\core\smallstack_type.hpp" /> <ClInclude Include="..\src\core\smallvec_type.hpp" /> - <ClInclude Include="..\src\core\sort_func.hpp" /> <ClInclude Include="..\src\core\string_compare_type.hpp" /> <ClCompile Include="..\src\aircraft_gui.cpp" /> <ClCompile Include="..\src\airport_gui.cpp" /> |