remove unused cpp file

This commit is contained in:
gfgtdf 2024-12-15 05:24:12 +01:00
parent c1c0111d3c
commit 79798b9f2b
8 changed files with 0 additions and 48 deletions

View File

@ -1148,8 +1148,6 @@
<Unit filename="../../src/synced_context.hpp" />
<Unit filename="../../src/synced_user_choice.cpp" />
<Unit filename="../../src/synced_user_choice.hpp" />
<Unit filename="../../src/syncmp_handler.cpp" />
<Unit filename="../../src/syncmp_handler.hpp" />
<Unit filename="../../src/team.cpp" />
<Unit filename="../../src/team.hpp" />
<Unit filename="../../src/team_shared_vision.hpp" />

View File

@ -1177,8 +1177,6 @@
<Unit filename="../../src/synced_context.hpp" />
<Unit filename="../../src/synced_user_choice.cpp" />
<Unit filename="../../src/synced_user_choice.hpp" />
<Unit filename="../../src/syncmp_handler.cpp" />
<Unit filename="../../src/syncmp_handler.hpp" />
<Unit filename="../../src/team.cpp" />
<Unit filename="../../src/team.hpp" />
<Unit filename="../../src/team_shared_vision.hpp" />

View File

@ -988,7 +988,6 @@
91E3568A1CACC77E00774252 /* synced_commands.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC84246218F30D9100FC1EEF /* synced_commands.cpp */; };
91E3568B1CACC77E00774252 /* synced_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC84246418F30D9100FC1EEF /* synced_context.cpp */; };
91E3568C1CACC77E00774252 /* synced_user_choice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 919B37F71BAF789D00E0094C /* synced_user_choice.cpp */; };
91E3568D1CACC77E00774252 /* syncmp_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDEAF76194FEA8400DB2F47 /* syncmp_handler.cpp */; };
91E3568E1CACC77E00774252 /* team.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B55999970EC62181008DD061 /* team.cpp */; };
91E3568F1CACC77E00774252 /* teambuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECB57C3F1A56E6DC001973A5 /* teambuilder.cpp */; };
91E356901CACC77E00774252 /* tod_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B52EE8821213585300CFBDAB /* tod_manager.cpp */; };
@ -1438,7 +1437,6 @@
ECDC907E23BBDFC400A07ADA /* lua_stringx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF0F80023A09929004A2011 /* lua_stringx.cpp */; };
ECDC907F23BBDFC900A07ADA /* lua_wml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF0F80223A09932004A2011 /* lua_wml.cpp */; };
ECDEAF72194FE84000DB2F47 /* fake_unit_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDEAF6D194FE84000DB2F47 /* fake_unit_manager.cpp */; };
ECDEAF77194FEA8500DB2F47 /* syncmp_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDEAF76194FEA8400DB2F47 /* syncmp_handler.cpp */; };
ECDEAF79194FEA9D00DB2F47 /* game_classification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDEAF78194FEA9D00DB2F47 /* game_classification.cpp */; };
ECDF18201A3FE0DE00D157A6 /* manager_impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDF181E1A3FE0DE00D157A6 /* manager_impl.cpp */; };
ECDF18211A3FE0DE00D157A6 /* manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDF181F1A3FE0DE00D157A6 /* manager.cpp */; };
@ -2311,7 +2309,6 @@
91B621951B76723300B00E0F /* mt_rng.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mt_rng.hpp; sourceTree = "<group>"; };
91B621961B76729600B00E0F /* save_index.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = save_index.hpp; sourceTree = "<group>"; };
91B621971B7672B400B00E0F /* seed_rng.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = seed_rng.hpp; sourceTree = "<group>"; };
91B621981B7672E800B00E0F /* syncmp_handler.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = syncmp_handler.hpp; sourceTree = "<group>"; };
91B621991B7672F100B00E0F /* teambuilder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = teambuilder.hpp; sourceTree = "<group>"; };
91B6219A1B7672FD00B00E0F /* type_data.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_data.hpp; sourceTree = "<group>"; };
91B6219B1B76733900B00E0F /* attack_type.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = attack_type.hpp; sourceTree = "<group>"; };
@ -2969,7 +2966,6 @@
ECDEAF6D194FE84000DB2F47 /* fake_unit_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fake_unit_manager.cpp; sourceTree = "<group>"; };
ECDEAF6E194FE84000DB2F47 /* fake_unit_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fake_unit_manager.hpp; sourceTree = "<group>"; };
ECDEAF74194FE86C00DB2F47 /* animated.tpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; path = animated.tpp; sourceTree = "<group>"; };
ECDEAF76194FEA8400DB2F47 /* syncmp_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = syncmp_handler.cpp; sourceTree = "<group>"; };
ECDEAF78194FEA9D00DB2F47 /* game_classification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_classification.cpp; sourceTree = "<group>"; };
ECDF181E1A3FE0DE00D157A6 /* manager_impl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = manager_impl.cpp; sourceTree = "<group>"; };
ECDF181F1A3FE0DE00D157A6 /* manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = manager.cpp; sourceTree = "<group>"; };
@ -3487,8 +3483,6 @@
EC84246518F30D9100FC1EEF /* synced_context.hpp */,
919B37F71BAF789D00E0094C /* synced_user_choice.cpp */,
919B37F91BAF78AB00E0094C /* synced_user_choice.hpp */,
ECDEAF76194FEA8400DB2F47 /* syncmp_handler.cpp */,
91B621981B7672E800B00E0F /* syncmp_handler.hpp */,
9577DD322C1E1C150031135F /* team_shared_vision.hpp */,
B55999970EC62181008DD061 /* team.cpp */,
B55999960EC62181008DD061 /* team.hpp */,
@ -5849,7 +5843,6 @@
46F92E8B2174F6A400602C1C /* repeating_button.cpp in Sources */,
EC84246E18F30D9100FC1EEF /* synced_context.cpp in Sources */,
469CA21D253C522C0045A0B3 /* orb_status.cpp in Sources */,
ECDEAF77194FEA8500DB2F47 /* syncmp_handler.cpp in Sources */,
B5599AFC0EC62181008DD061 /* team.cpp in Sources */,
46F92E412174F6A400602C1C /* chat_log.cpp in Sources */,
46F92E932174F6A400602C1C /* chatbox.cpp in Sources */,
@ -6205,7 +6198,6 @@
46F92E3E2174F6A400602C1C /* new_map.cpp in Sources */,
46F92D922174F6A300602C1C /* gui_definition.cpp in Sources */,
91E3568C1CACC77E00774252 /* synced_user_choice.cpp in Sources */,
91E3568D1CACC77E00774252 /* syncmp_handler.cpp in Sources */,
91E3568E1CACC77E00774252 /* team.cpp in Sources */,
46F92E542174F6A400602C1C /* text_box.cpp in Sources */,
46F92DBA2174F6A300602C1C /* help_browser.cpp in Sources */,

View File

@ -365,7 +365,6 @@ synced_checkup.cpp
synced_commands.cpp
synced_context.cpp
synced_user_choice.cpp
syncmp_handler.cpp
team.cpp
teambuilder.cpp
terrain/filter.cpp

View File

@ -17,7 +17,6 @@
#pragma once
#include "playsingle_controller.hpp"
#include "syncmp_handler.hpp"
struct mp_game_metadata;
class playmp_controller : public playsingle_controller

View File

@ -30,7 +30,6 @@
#include "resources.hpp"
#include "seed_rng.hpp"
#include "synced_checkup.hpp"
#include "syncmp_handler.hpp"
#include "units/id.hpp"
#include "utils/general.hpp"
#include "whiteboard/manager.hpp"

View File

@ -1,16 +0,0 @@
/*
Copyright (C) 2014 - 2024
by David White <dave@whitevine.net>
Part of the Battle for Wesnoth Project https://www.wesnoth.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
See the COPYING file for more details.
*/
#include "syncmp_handler.hpp"

View File

@ -1,17 +0,0 @@
/*
Copyright (C) 2014 - 2024
by David White <dave@whitevine.net>
Part of the Battle for Wesnoth Project https://www.wesnoth.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
See the COPYING file for more details.
*/
#pragma once