summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/Utils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/calendar/Utils.java')
-rw-r--r--src/com/android/calendar/Utils.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/calendar/Utils.java b/src/com/android/calendar/Utils.java
index be6c1888..5f8c42ee 100644
--- a/src/com/android/calendar/Utils.java
+++ b/src/com/android/calendar/Utils.java
@@ -566,11 +566,6 @@ public class Utils {
return mAllowWeekForDetailView;
}
- public static boolean isMultiPaneConfiguration (Context c) {
- return (c.getResources().getConfiguration().screenLayout &
- Configuration.SCREENLAYOUT_SIZE_XLARGE) != 0;
- }
-
public static boolean getConfigBool(Context c, int key) {
return c.getResources().getBoolean(key);
}