We do not take any flags

This commit is contained in:
Jack L. Frost 2016-09-27 13:05:00 +03:00
parent 33b6dca429
commit d250beabd9
1 changed files with 0 additions and 10 deletions

View File

@ -43,16 +43,6 @@ at_exit do
end
end
argv = ARGV
while argv[0] != nil
case argv[0]
when "-h", "--help"
puts "HELP"
end
argv.shift()
end
if ENV["XDG_CONFIG_HOME"] == nil
conf_dir = ENV["HOME"] + "/.config/moltenbar"
else