remove uneeded comments

This commit is contained in:
Chris Cromer 2019-01-05 00:30:22 -03:00
parent 7270be50f9
commit 1c3db1d9d9
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 0 additions and 3 deletions

View File

@ -22,10 +22,7 @@ namespace Sernatur {
private static bool version = false;
private const GLib.OptionEntry[] options = {
// --version
{ "version", 'v', 0, OptionArg.NONE, ref version, "Display version number", null },
// list terminator
{ null }
};