Updated Branches: refs/heads/master f717b491c -> bd98d6ebe
wp issue, removed bad reference to .cs file Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/bd98d6eb Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/bd98d6eb Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/bd98d6eb Branch: refs/heads/master Commit: bd98d6ebec9ed992c061fa6c658d68d422f15708 Parents: f717b49 Author: Benn Mapes <[email protected]> Authored: Wed Jul 10 14:05:24 2013 -0700 Committer: Benn Mapes <[email protected]> Committed: Wed Jul 10 14:05:43 2013 -0700 ---------------------------------------------------------------------- src/wp/SplashScreen.cs | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/bd98d6eb/src/wp/SplashScreen.cs ---------------------------------------------------------------------- diff --git a/src/wp/SplashScreen.cs b/src/wp/SplashScreen.cs index 59b0765..2eda771 100644 --- a/src/wp/SplashScreen.cs +++ b/src/wp/SplashScreen.cs @@ -25,7 +25,6 @@ using System.Windows.Shapes; using Microsoft.Phone.Info; using System.Windows.Controls.Primitives; using System.Diagnostics; -using my.test.project; using System.Windows.Media.Imaging; namespace WPCordovaClassLib.Cordova.Commands
