remove unused theme getter from interface

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-03-26 09:09:44 +01:00
parent 66144bb8b6
commit 55d5f2f41a
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -302,6 +302,4 @@ public interface AppPreferences {
boolean isPowerCheckDisabled();
void setPowerCheckDisabled(boolean value);
boolean getTheme();
}