1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-11 09:43:08 +03:00

Rolling back changes that added support for libraries in the user's directory, as it wasn't properly implemented. svn merge -c -589

This commit is contained in:
David A. Mellis
2009-05-30 09:06:19 +00:00
parent 2357f22387
commit 12773c014a
3 changed files with 7 additions and 23 deletions

View File

@@ -2238,7 +2238,6 @@ public class Sketch {
public boolean isReadOnly() {
String apath = folder.getAbsolutePath();
if (apath.startsWith(Sketchbook.examplesPath) ||
apath.startsWith(Sketchbook.userLibrariesPath) ||
apath.startsWith(Sketchbook.librariesPath)) {
return true;