You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/07/11 23:53:52 UTC

git commit: [CB-1605] Warning cleanup! Removed unused import.

Updated Branches:
  refs/heads/master 3d725c90d -> fd2d76cc3


[CB-1605] Warning cleanup! Removed unused import.

Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/fd2d76cc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/fd2d76cc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/fd2d76cc

Branch: refs/heads/master
Commit: fd2d76cc3db6b256a27b650cbc352ab695cac685
Parents: 3d725c9
Author: Max Woghiren <ma...@gmail.com>
Authored: Thu Jul 11 17:45:23 2013 -0400
Committer: Max Woghiren <ma...@gmail.com>
Committed: Thu Jul 11 17:45:23 2013 -0400

----------------------------------------------------------------------
 src/android/Notification.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/fd2d76cc/src/android/Notification.java
----------------------------------------------------------------------
diff --git a/src/android/Notification.java b/src/android/Notification.java
index 480a5e4..0f5b4d2 100755
--- a/src/android/Notification.java
+++ b/src/android/Notification.java
@@ -27,7 +27,6 @@ import org.json.JSONException;
 import org.json.JSONObject;
 import android.app.AlertDialog;
 import android.app.ProgressDialog;
-import android.content.Context;
 import android.content.DialogInterface;
 import android.media.Ringtone;
 import android.media.RingtoneManager;