Deleting deprecated and unused code

This commit is contained in:
Michael Jurka
2011-04-29 14:43:11 -07:00
parent df2cc41acb
commit 20c0364a1d
3 changed files with 0 additions and 11 deletions

View File

@@ -23,7 +23,6 @@ import android.content.IntentFilter;
import android.content.res.Configuration;
import android.database.ContentObserver;
import android.os.Handler;
import dalvik.system.VMRuntime;
public class LauncherApplication extends Application {
public LauncherModel mModel;
@@ -34,8 +33,6 @@ public class LauncherApplication extends Application {
@Override
public void onCreate() {
VMRuntime.getRuntime().setMinimumHeapSize(4 * 1024 * 1024);
super.onCreate();
// set sIsScreenXLarge and sScreenDensity *before* creating icon cache