Remove unused method.

This commit is contained in:
Johannes Mockenhaupt 2018-03-01 16:11:57 +01:00
parent 8f813d52fa
commit d679481698
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -251,11 +251,4 @@ public class WearPlugin implements PluginBase {
public static void unRegisterWatchUpdaterService() {
watchUS = null;
}
public void overviewNotification(int id, String message) {
if(SP.getBoolean("wear_overview_notification", false)){
ActionStringHandler.expectNotificationAction(message, id);
}
}
}