Skip to content

Commit

Permalink
Remove old_markup.*pp from Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
hrubymar10 committed Jun 24, 2018
1 parent e46c051 commit 583b0f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Expand Up @@ -792,7 +792,6 @@
91E357031CACC9B200774252 /* multiplayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC2F600A1A048E210018C9D6 /* multiplayer.cpp */; };
91E3570A1CACC9B200774252 /* playcampaign.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC2F600B1A048E210018C9D6 /* playcampaign.cpp */; };
91E3570B1CACC9B200774252 /* singleplayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC2F600C1A048E220018C9D6 /* singleplayer.cpp */; };
91E3570C1CACC9FF00774252 /* old_markup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5CE470B12A0422800D665EE /* old_markup.cpp */; };
91E3570D1CACCA0600774252 /* iterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49DA0D2B13550E9B000AFEBD /* iterator.cpp */; };
91E3570E1CACCA0600774252 /* walker_grid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49DA0D2C13550E9B000AFEBD /* walker_grid.cpp */; };
91E3570F1CACCA0600774252 /* walker_widget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49DA0D2D13550E9B000AFEBD /* walker_widget.cpp */; };
Expand Down Expand Up @@ -1069,7 +1068,6 @@
B5CE470512A041EF00D665EE /* campaign_difficulty.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5CE46FF12A041EF00D665EE /* campaign_difficulty.cpp */; };
B5CE470612A041EF00D665EE /* edit_label.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5CE470112A041EF00D665EE /* edit_label.cpp */; };
B5CE470712A041EF00D665EE /* simple_item_selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5CE470312A041EF00D665EE /* simple_item_selector.cpp */; };
B5CE470D12A0422800D665EE /* old_markup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5CE470B12A0422800D665EE /* old_markup.cpp */; };
B5CF7BBC10D55F5A00A8BEB5 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5CF7BBA10D55F5A00A8BEB5 /* timer.cpp */; };
B5F4D7180F5B3B25005E204A /* campaign_selection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5F4D7170F5B3B25005E204A /* campaign_selection.cpp */; };
B5F9C5950F93BB0B00C02205 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B5F9C5930F93BB0B00C02205 /* InfoPlist.strings */; };
Expand Down Expand Up @@ -2370,8 +2368,6 @@
B5CE470212A041EF00D665EE /* edit_label.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = edit_label.hpp; sourceTree = "<group>"; };
B5CE470312A041EF00D665EE /* simple_item_selector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simple_item_selector.cpp; sourceTree = "<group>"; };
B5CE470412A041EF00D665EE /* simple_item_selector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = simple_item_selector.hpp; sourceTree = "<group>"; };
B5CE470B12A0422800D665EE /* old_markup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = old_markup.cpp; sourceTree = "<group>"; };
B5CE470C12A0422800D665EE /* old_markup.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = old_markup.hpp; sourceTree = "<group>"; };
B5CF7BBA10D55F5A00A8BEB5 /* timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timer.cpp; sourceTree = "<group>"; };
B5CF7BBB10D55F5A00A8BEB5 /* timer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = timer.hpp; sourceTree = "<group>"; };
B5CF7BBE10D55F7B00A8BEB5 /* clickable_item.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = clickable_item.hpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4240,8 +4236,6 @@
62579C6D1573E4E3003089D5 /* filter.hpp */,
91B621D41B76B51600B00E0F /* find_widget.hpp */,
49DA0D3113550EB2000AFEBD /* iterator */,
B5CE470B12A0422800D665EE /* old_markup.cpp */,
B5CE470C12A0422800D665EE /* old_markup.hpp */,
B504B94A1284C06B00261FE9 /* tips.cpp */,
B504B94B1284C06B00261FE9 /* tips.hpp */,
B597EC530FC08E0100CE81F5 /* typed_formula.hpp */,
Expand Down Expand Up @@ -5170,7 +5164,6 @@
F444916613C5483F003B6442 /* network_asio.cpp in Sources */,
F4EF0D7413AD52EA003C701D /* network_transmission.cpp in Sources */,
EC74C11F197576F500B85A1A /* notifications.cpp in Sources */,
B5CE470D12A0422800D665EE /* old_markup.cpp in Sources */,
EC74C120197576F500B85A1A /* open.cpp in Sources */,
62D24F351519995200350848 /* palette_manager.cpp in Sources */,
62E48250154D865E001DD4FC /* pane.cpp in Sources */,
Expand Down Expand Up @@ -5701,7 +5694,6 @@
91E357031CACC9B200774252 /* multiplayer.cpp in Sources */,
91E3570A1CACC9B200774252 /* playcampaign.cpp in Sources */,
91E3570B1CACC9B200774252 /* singleplayer.cpp in Sources */,
91E3570C1CACC9FF00774252 /* old_markup.cpp in Sources */,
91E3570D1CACCA0600774252 /* iterator.cpp in Sources */,
91E3570E1CACCA0600774252 /* walker_grid.cpp in Sources */,
91E3570F1CACCA0600774252 /* walker_widget.cpp in Sources */,
Expand Down

0 comments on commit 583b0f1

Please sign in to comment.