Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-28 05:20:11 +0000
committerslewis2007-03-28 05:20:11 +0000
commit35305b5658a62ff286beb9919b875aa4fdd21c3a (patch)
tree8d0a80b011649c8e22da82722ac1482584f97ae9 /examples
parent8b61115eadf4fce1b2b20655c70f063caf82c490 (diff)
downloadorg.eclipse.ecf-35305b5658a62ff286beb9919b875aa4fdd21c3a.tar.gz
org.eclipse.ecf-35305b5658a62ff286beb9919b875aa4fdd21c3a.tar.xz
org.eclipse.ecf-35305b5658a62ff286beb9919b875aa4fdd21c3a.zip
Removed commented out code
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/PresenceContainerUI.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/PresenceContainerUI.java b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/PresenceContainerUI.java
index 7e572240a..6a36cadb1 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/PresenceContainerUI.java
+++ b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/PresenceContainerUI.java
@@ -100,11 +100,6 @@ public class PresenceContainerUI {
.showView("org.eclipse.ecf.ui.view.rosterview");
rosterView = (RosterView) view;
- // MultiRosterViewTesting
- // MultiRosterView mrv = (MultiRosterView)
- // wp.showView("org.eclipse.ecf.presence.ui.MultiRosterView");
- // mrv.addContainer(PresenceUI.this.container);
-
String nickname = null;
if (nick != null) {
nickname = nick;

Back to the top