summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/LauncherSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/LauncherSettings.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/LauncherSettings.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/com/cyanogenmod/trebuchet/LauncherSettings.java b/src/com/cyanogenmod/trebuchet/LauncherSettings.java
index abbf7d815..425d84f6c 100644
--- a/src/com/cyanogenmod/trebuchet/LauncherSettings.java
+++ b/src/com/cyanogenmod/trebuchet/LauncherSettings.java
@@ -58,7 +58,7 @@ class LauncherSettings {
/**
* The gesture is a launcher action
*/
- static final int ITEM_TYPE_LAUNCHER_ACTION = 3;
+ static final int ITEM_TYPE_ALLAPPS = 3;
/**
* The icon type.
@@ -188,10 +188,5 @@ class LauncherSettings {
* <P>Type: INTEGER</P>
*/
static final String APPWIDGET_ID = "appWidgetId";
-
- /**
- * The LauncherAction of a launcher action shortcut
- */
- static final String LAUNCHER_ACTION = "action";
}
}