From 8810045367f1f47685b9a80932bd58581e80482b Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 21 May 2006 17:00:00 +0200 Subject: [PATCH] code cleanup --- bin/embrace | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.30.2