Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Jan 1, 2011
1 parent 575c1fb commit 1a102e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions TheMarchOfProgress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

/* Begin PBXBuildFile section */
2053A14412CEA4620033F0A6 /* progress_list.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2053A12412CEA2C80033F0A6 /* progress_list.rb */; };
2053A1B612CEA9EF0033F0A6 /* progress_list_view.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2053A11A12CEA19C0033F0A6 /* progress_list_view.rb */; };
20E92B3F12CEC2D600D11113 /* dummy_progress_indicator.rb in Resources */ = {isa = PBXBuildFile; fileRef = 20E92B3C12CEC23E00D11113 /* dummy_progress_indicator.rb */; };
20FAF3D812CEB44400008118 /* progress_bar_finder.rb in Resources */ = {isa = PBXBuildFile; fileRef = 20FAF3C612CEB3B100008118 /* progress_bar_finder.rb */; };
2BFA9DA710CDF852007972A1 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2BFA9DA510CDF852007972A1 /* MainMenu.xib */; };
Expand Down Expand Up @@ -73,7 +72,6 @@
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
172754D5107598EA00D0347B /* stub_test.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = stub_test.rb; sourceTree = "<group>"; };
17D55CD81076A1A2008207BD /* run_suite.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = run_suite.rb; sourceTree = "<group>"; };
2053A11A12CEA19C0033F0A6 /* progress_list_view.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = progress_list_view.rb; sourceTree = "<group>"; };
2053A12412CEA2C80033F0A6 /* progress_list.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = progress_list.rb; sourceTree = "<group>"; };
20E92B3C12CEC23E00D11113 /* dummy_progress_indicator.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = dummy_progress_indicator.rb; sourceTree = "<group>"; };
20FAF3C612CEB3B100008118 /* progress_bar_finder.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = progress_bar_finder.rb; sourceTree = "<group>"; };
Expand Down Expand Up @@ -104,7 +102,6 @@
isa = PBXGroup;
children = (
20E92B3C12CEC23E00D11113 /* dummy_progress_indicator.rb */,
2053A11A12CEA19C0033F0A6 /* progress_list_view.rb */,
2053A12412CEA2C80033F0A6 /* progress_list.rb */,
20FAF3C612CEB3B100008118 /* progress_bar_finder.rb */,
);
Expand Down Expand Up @@ -244,7 +241,6 @@
files = (
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
4DE339F70D74FCDD00ADB6EE /* rb_main.rb in Resources */,
2053A1B612CEA9EF0033F0A6 /* progress_list_view.rb in Resources */,
20E92B3F12CEC2D600D11113 /* dummy_progress_indicator.rb in Resources */,
20FAF3D812CEB44400008118 /* progress_bar_finder.rb in Resources */,
2053A14412CEA4620033F0A6 /* progress_list.rb in Resources */,
Expand Down
4 changes: 0 additions & 4 deletions progress_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ def update
self.setValue(values, :forKey => 'values')
end

def firstIndex
raise "BAR"
end

def values
@values
end
Expand Down
10 changes: 0 additions & 10 deletions progress_list_view.rb

This file was deleted.

0 comments on commit 1a102e2

Please sign in to comment.