Removed unused reference to app

This commit is contained in:
Nathan Dinsmore 2014-06-24 10:06:01 -04:00
parent 4f89b18d5a
commit 5f8401e846

View file

@ -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