Removing dead code
This commit is contained in:
@@ -1838,7 +1838,6 @@ public class Workspace extends SmoothPagedView
|
||||
* Responsibility for the bitmap is transferred to the caller.
|
||||
*/
|
||||
public Bitmap createDragBitmap(View v, Canvas canvas, int padding) {
|
||||
final int outlineColor = getResources().getColor(android.R.color.holo_blue_light);
|
||||
Bitmap b;
|
||||
|
||||
if (v instanceof TextView) {
|
||||
|
||||
Reference in New Issue
Block a user