about summary refs log tree commit diff stats
path: root/code/bars.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/bars.rb')
-rw-r--r--code/bars.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/bars.rb b/code/bars.rb
index 08546a79..b3635e11 100644
--- a/code/bars.rb
+++ b/code/bars.rb
@@ -3,8 +3,6 @@ require 'thread'
 class Bar
 	def kill(evil = true)
 		Fm.bar_del(self)
-#		Fm.force_update
-
 		@thread.kill
 	end