1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

LibraryManager: category is now topic, type added to list official/contributed/recommended libs

This commit is contained in:
Federico Fissore
2015-03-26 13:59:56 +01:00
parent b0a357f5d3
commit a1d99b9a9b
6 changed files with 12 additions and 22 deletions

View File

@ -123,8 +123,4 @@ public class LegacyUserLibrary extends UserLibrary {
return "LegacyLibrary:" + name + "\n";
}
@Override
public String getSupportLevel() {
return "Unsupported";
}
}

View File

@ -278,8 +278,4 @@ public class UserLibrary extends ContributedLibrary {
return res;
}
@Override
public String getSupportLevel() {
return "Unsupported";
}
}