Index: src/org/adblockplus/android/AdblockPlus.java |
diff --git a/src/org/adblockplus/android/AdblockPlus.java b/src/org/adblockplus/android/AdblockPlus.java |
index 7a5d3dbe62b4aef74f32b4281c5d14eb51ec170b..eb44cc168d2cfc52197f283f200d1f8a151ef807 100755 |
--- a/src/org/adblockplus/android/AdblockPlus.java |
+++ b/src/org/adblockplus/android/AdblockPlus.java |
@@ -392,23 +392,6 @@ public class AdblockPlus extends Application |
} |
/** |
- * @return Notification to show for the given URL, {@code null} if none |
- * available |
- */ |
- public Notification getNextNotificationToShow(String url) |
- { |
- return this.abpEngine.getNextNotificationToShow(url); |
- } |
- |
- /** |
- * @return Notification to show, {@code null} if none available |
- */ |
- public Notification getNextNotificationToShow() |
- { |
- return this.abpEngine.getNextNotificationToShow(); |
- } |
- |
- /** |
* Initiates immediate interactive check for available update. |
*/ |
public void checkUpdates() |