From 5f8401e846267415221e015b6301cd9da0aaa430 Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Tue, 24 Jun 2014 10:06:01 -0400 Subject: [PATCH] Removed unused reference to app --- src/ui/BlockPalette.as | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/BlockPalette.as b/src/ui/BlockPalette.as index 8e0e326..b7f1e50 100644 --- a/src/ui/BlockPalette.as +++ b/src/ui/BlockPalette.as @@ -53,7 +53,6 @@ public class BlockPalette extends ScrollFrameContents { public function handleDrop(obj:*):Boolean { // Delete blocks and stacks dropped onto the palette. - var app:Scratch = root as Scratch; var c:ScratchComment = obj as ScratchComment; if (c) { c.x = c.y = 20; // postion for undelete