Cleanups.
This commit is contained in:
parent
52d3803275
commit
23a3068709
2 changed files with 2 additions and 28 deletions
|
@ -2,9 +2,6 @@
|
||||||
|
|
||||||
package="de.jotomo.ruffyscripter">
|
package="de.jotomo.ruffyscripter">
|
||||||
|
|
||||||
<!--<application android:allowBackup="true" android:label="ruffyscripter"-->
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||||
<!--android:supportsRtl="true">-->
|
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||||
<!---->
|
|
||||||
<!--</application>-->
|
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
package de.jotomo.ruffyscripter.commands;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import de.jotomo.ruffyscripter.RuffyScripter;
|
|
||||||
import de.jotomo.ruffy.spi.CommandResult;
|
|
||||||
|
|
||||||
public class ReadReserverLevelCommand implements Command {
|
|
||||||
@Override
|
|
||||||
public CommandResult execute() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<String> validateArguments() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setScripter(RuffyScripter scripter) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue