Changeset - r23635:7588d20eec2f
[Not reviewed]
master
1 11 0
glx - 5 years ago 2019-04-13 22:42:45
glx@openttd.org
Cleanup: remove core/sort_func.hpp as it's not used anymore
12 files changed with 0 insertions and 106 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs140.vcxproj
Show inline comments
 
@@ -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" />
projects/openttd_vs140.vcxproj.filters
Show inline comments
 
@@ -1314,9 +1314,6 @@
 
    <ClInclude Include="..\src\core\smallvec_type.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\core\sort_func.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\core\string_compare_type.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
projects/openttd_vs141.vcxproj
Show inline comments
 
@@ -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" />
projects/openttd_vs141.vcxproj.filters
Show inline comments
 
@@ -1314,9 +1314,6 @@
 
    <ClInclude Include="..\src\core\smallvec_type.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\core\sort_func.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\core\string_compare_type.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
projects/openttd_vs142.vcxproj
Show inline comments
 
@@ -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" />
projects/openttd_vs142.vcxproj.filters
Show inline comments
 
@@ -1314,9 +1314,6 @@
 
    <ClInclude Include="..\src\core\smallvec_type.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\core\sort_func.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\core\string_compare_type.hpp">
 
      <Filter>Core Source Code</Filter>
 
    </ClInclude>
source.list
Show inline comments
 
@@ -447,7 +447,6 @@ core/smallmap_type.hpp
 
core/smallmatrix_type.hpp
 
core/smallstack_type.hpp
 
core/smallvec_type.hpp
 
core/sort_func.hpp
 
core/string_compare_type.hpp
 

	
 
# GUI Source Code
src/core/smallmap_type.hpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#define SMALLMAP_TYPE_HPP
 

	
 
#include "smallvec_type.hpp"
 
#include "sort_func.hpp"
 

	
 
/**
 
 * Simple pair of data. Both types have to be POD ("Plain Old Data")!
src/core/sort_func.hpp
Show inline comments
 
deleted file
src/highscore.cpp
Show inline comments
 
@@ -17,7 +17,6 @@
 
#include "string_func.h"
 
#include "strings_func.h"
 
#include "table/strings.h"
 
#include "core/sort_func.hpp"
 
#include "debug.h"
 

	
 
#include "safeguards.h"
src/sortlist_type.h
Show inline comments
 
@@ -14,7 +14,6 @@
 

	
 
#include "core/enum_type.hpp"
 
#include "core/bitmath_func.hpp"
 
#include "core/sort_func.hpp"
 
#include "core/smallvec_type.hpp"
 
#include "date_type.h"
 

	
src/timetable_cmd.cpp
Show inline comments
 
@@ -16,7 +16,6 @@
 
#include "window_func.h"
 
#include "vehicle_base.h"
 
#include "cmd_helper.h"
 
#include "core/sort_func.hpp"
 

	
 
#include "table/strings.h"
 

	
0 comments (0 inline, 0 general)