From: Tilman Sauerbeck Date: Sun, 21 May 2006 15:00:00 +0000 (+0200) Subject: code cleanup X-Git-Tag: embrace-0.1.0~22 X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=commitdiff_plain;h=8810045367f1f47685b9a80932bd58581e80482b code cleanup --- diff --git a/bin/embrace b/bin/embrace index b82449c..5673f88 100755 --- a/bin/embrace +++ b/bin/embrace @@ -120,7 +120,6 @@ module Embrace @objects.each { |o| add_member(o) } @img.set_color(255, 255, 255, 0) - @label.set_color(255, 255, 255, 0) @label.set_color(255, 0, 0, 0) @img.set_file(ICON_FILE) @@ -276,10 +275,6 @@ module Embrace end end - def length - @icons.nitems - end - # smart callbacks def on_show @bg.show