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, 1 insertions, 1 deletions
diff --git a/code/bars.rb b/code/bars.rb
index 8e176c01..08546a79 100644
--- a/code/bars.rb
+++ b/code/bars.rb
@@ -3,7 +3,7 @@ require 'thread'
 class Bar
 	def kill(evil = true)
 		Fm.bar_del(self)
-		Fm.force_update
+#		Fm.force_update
 
 		@thread.kill
 	end