1
0
mirror of https://gitlab.com/neothefox/LayTray synced 2026-06-13 22:40:48 +03:00

Removed unused code

This commit is contained in:
2018-07-12 10:25:19 +03:00
parent 0d63615d0d
commit bc676caa5b
@@ -110,7 +110,6 @@ implements SharedPreferences.OnSharedPreferenceChangeListener{
switch (mode)
{
case 1: {
float baseline = -paint.ascent(); // ascent() is negative
int width = 48;
int height = 48;
Bitmap image = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
@@ -125,7 +124,6 @@ implements SharedPreferences.OnSharedPreferenceChangeListener{
}
case 2: {
float baseline = -paint.ascent(); // ascent() is negative
int width = 48;
int height = 48;
Bitmap image = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);