Skip to content

Commit

Permalink
HistoryView: Remove raw view
Browse files Browse the repository at this point in the history
I don't think anybody has ever used this, so let's just remove it.
  • Loading branch information
pieter committed Sep 17, 2009
1 parent 0363eea commit 34394d0
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 360 deletions.
3 changes: 1 addition & 2 deletions PBGitHistoryController.m
Expand Up @@ -66,8 +66,7 @@ - (void) updateKeys

switch (self.selectedTab) {
case 0: self.webCommit = realCommit; break;
case 1: self.rawCommit = realCommit; break;
case 2: self.gitTree = realCommit.tree; break;
case 1: self.gitTree = realCommit.tree; break;
}
}

Expand Down

0 comments on commit 34394d0

Please sign in to comment.