remove uneeded comments
This commit is contained in:
parent
7270be50f9
commit
1c3db1d9d9
@ -22,10 +22,7 @@ namespace Sernatur {
|
|||||||
private static bool version = false;
|
private static bool version = false;
|
||||||
|
|
||||||
private const GLib.OptionEntry[] options = {
|
private const GLib.OptionEntry[] options = {
|
||||||
// --version
|
|
||||||
{ "version", 'v', 0, OptionArg.NONE, ref version, "Display version number", null },
|
{ "version", 'v', 0, OptionArg.NONE, ref version, "Display version number", null },
|
||||||
|
|
||||||
// list terminator
|
|
||||||
{ null }
|
{ null }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user