File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1135,15 +1135,13 @@ public void rebuildExamplesMenu(JMenu menu) {
1135
1135
File sketchbookLibraryPath = BaseNoGui .getSketchbookLibrariesFolder ();
1136
1136
File platformLibraryPath = null ;
1137
1137
File referencedPlatformLibraryPath = null ;
1138
- String platformName = null ;
1139
1138
String boardId = null ;
1140
1139
String referencedPlatformName = null ;
1141
1140
String myArch = null ;
1142
1141
TargetPlatform targetPlatform = BaseNoGui .getTargetPlatform ();
1143
1142
if (targetPlatform != null ) {
1144
1143
myArch = targetPlatform .getId ();
1145
1144
boardId = BaseNoGui .getTargetBoard ().getName ();
1146
- platformName = targetPlatform .getPreferences ().get ("name" );
1147
1145
platformLibraryPath = new File (targetPlatform .getFolder (), "libraries" );
1148
1146
String core = BaseNoGui .getBoardPreferences ().get ("build.core" , "arduino" );
1149
1147
if (core .contains (":" )) {
You can’t perform that action at this time.
0 commit comments