mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-06-13 22:40:48 +03:00
Removed unused code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user