Skip to content

Commit e07a531

Browse files
author
jantje
committed
Removed the data library as it is no longer used
The library is now added via the indexer. I found this dead code because when there is a ino file in the examples folder the string spitting only contains on'e field and you get a out of range error
1 parent 482c090 commit e07a531

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

io.sloeber.ui/src/io/sloeber/ui/wizard/newsketch/SampleSelector.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
public class SampleSelector {
2424
private static final String EXAMPLEPATH = "examplePath"; //$NON-NLS-1$
25-
private static final String LIBNAME = "libName"; //$NON-NLS-1$
2625

2726
protected Tree sampleTree;
2827
protected Label myLabel;
@@ -147,7 +146,6 @@ public void AddAllExamples(BoardDescriptor platformPath, ArrayList<Path> arrayLi
147146
}
148147

149148
curItem.setData(EXAMPLEPATH, entry.getValue());
150-
curItem.setData(LIBNAME, keys[keys.length - 2]);
151149

152150
}
153151
// Mark the examples selected

0 commit comments

Comments
 (0)