From 70f1dd4ee6a326e1c0adc48ee84fe03ec3a8a539 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Jun 2014 13:07:20 +0300 Subject: [PATCH] Removed unused file. Changed progress to IProgress.Empty --- .../plus/sherpafy/SherpafyStartActivity.java | 37 +------------------ SherlockBar/.gitignore | 3 +- SherlockBar/local.properties | 10 ----- 3 files changed, 3 insertions(+), 47 deletions(-) delete mode 100644 SherlockBar/local.properties diff --git a/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyStartActivity.java b/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyStartActivity.java index b5dab9cf9a..d9b5e2c9f6 100644 --- a/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyStartActivity.java +++ b/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyStartActivity.java @@ -43,42 +43,7 @@ public class SherpafyStartActivity extends SherlockFragmentActivity { if (customization.getTourInformations().isEmpty()) { - customization.onIndexingFiles(new IProgress() { - @Override - public void startTask(String taskName, int work) { - - } - - @Override - public void startWork(int work) { - - } - - @Override - public void progress(int deltaWork) { - - } - - @Override - public void remaining(int remainingWork) { - - } - - @Override - public void finishTask() { - - } - - @Override - public boolean isIndeterminate() { - return false; - } - - @Override - public boolean isInterrupted() { - return false; - } - }, new ConcurrentHashMap() ); + customization.onIndexingFiles( IProgress.EMPTY_PROGRESS, new ConcurrentHashMap() ); } if (customization.getSelectedTour() == null) { diff --git a/SherlockBar/.gitignore b/SherlockBar/.gitignore index 703f4e43d5..941c07abea 100644 --- a/SherlockBar/.gitignore +++ b/SherlockBar/.gitignore @@ -1,2 +1,3 @@ bin -gen \ No newline at end of file +gen +*.properties \ No newline at end of file diff --git a/SherlockBar/local.properties b/SherlockBar/local.properties deleted file mode 100644 index 2254b819ce..0000000000 --- a/SherlockBar/local.properties +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked in Version Control Systems, -# as it contains information specific to your local configuration. - -# location of the SDK. This is only used by Ant -# For customization when using a Version Control System, please read the -# header note. -sdk.dir=H:\\Work\\Android SDK\\adt-bundle-windows-x86_64-20140321\\sdk\\ \ No newline at end of file