We don't use this anyway

This commit is contained in:
Jack L. Frost 2016-09-27 10:27:52 +03:00
parent 487f06b1dc
commit 1304907829
3 changed files with 2 additions and 3 deletions

View File

@ -54,4 +54,4 @@ class ModBspwmPager < ModBasic
end
end
$workers << ModBspwmPager.new.mainloop()
ModBspwmPager.new.mainloop()

View File

@ -12,4 +12,4 @@ class ModDate < ModBasic
end
end
$workers << ModDate.new.mainloop()
ModDate.new.mainloop()

View File

@ -4,7 +4,6 @@ require 'yaml'
require 'erb'
$queue = Queue.new
$workers = []
$panel_data = Hash.new("")
class ModBasic