]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/DebuggerSelection.java
Some SCL functions to control graphical debugger
[simantics/platform.git] / bundles / org.simantics.debug.graphical / src / org / simantics / debug / graphical / DebuggerSelection.java
diff --git a/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/DebuggerSelection.java b/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/DebuggerSelection.java
deleted file mode 100644 (file)
index 6be6ee6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.simantics.debug.graphical;
-
-import javax.swing.JList;
-
-public class DebuggerSelection extends JList {
-
-    private static final long serialVersionUID = 2502385778204965742L;
-    
-    public DebuggerSelection() {
-        super(new String[] {"a", "b", "c"});
-    }
-    
-
-}