mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 13:11:12 -05:00
Removed unused reference to app
This commit is contained in:
parent
4f89b18d5a
commit
5f8401e846
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue