Removing dead code

This commit is contained in:
Michael Jurka
2012-04-11 15:26:53 -07:00
parent 9658b1e659
commit 64c9ab3188
5 changed files with 0 additions and 11 deletions
-1
View File
@@ -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) {