remove uneeded comments

This commit is contained in:
2019-01-05 00:30:22 -03:00
parent 7270be50f9
commit 1c3db1d9d9

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 }
};