Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent.petit@gmail.com committed Jun 19, 2009
1 parent 413b643 commit e51b5ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/clojuredev/outline/NamespaceBrowser.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ public class NamespaceBrowser extends ViewPart implements ISelectionProvider, IS
private ISelection selectionBeforePatternSearchBegan;
private Object[] expandedElementsBeforeSearchBegan;

// /**
// * Message to show on the default page.
// */
// private String defaultText =
// ContentOutlineMessages.ContentOutline_noOutline;

/**
* Creates a content outline view with no content outline pages.
*/
Expand Down Expand Up @@ -362,9 +356,6 @@ private Map<String, List<String>> getRemoteNsTree() {
+ "message:" + error.get("message"));
return null;
}
//
// System.out.println("invokeStr called");
// return (Map<String, List<String>>) result;
}

public void resetInput() {
Expand Down

0 comments on commit e51b5ae

Please sign in to comment.