]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Remove pointless error message for invalid command line options.
authorAndre Noll <maan@systemlinux.org>
Tue, 18 Jan 2011 20:19:18 +0000 (21:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 11 Feb 2011 10:25:07 +0000 (11:25 +0100)
commitc71f51ee5d5c2a387d0ad00d842fd390ec9944d8
tree8f53c22b05c1264e65bc5803c52a4ddb8b39d4fc
parent0c8ffbb0adc7c054feaef4e370b1c16f17b52569
gui: Remove pointless error message for invalid command line options.

This error message is never printed anyway because gui_cmdline_parser()
exits on errors.
gui.c