From 83c60a1012f2db6c21c5779f7e11b2f3e479df85 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 3 Aug 2010 22:29:26 +0000 Subject: Theme Editor: Created the RBMovable abstract class for screen elements that can be moved around, began implementing it and making images, viewports, and album art children of it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27685 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/graphics/rbscreen.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/themeeditor/graphics/rbscreen.h') diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h index 5bb8ab1602..c2417aa1b4 100644 --- a/utils/themeeditor/graphics/rbscreen.h +++ b/utils/themeeditor/graphics/rbscreen.h @@ -81,7 +81,6 @@ public: if(albumArt) { albumArt->setParentItem(view); - albumArt->position(); albumArt->show(); } } -- cgit v1.2.3