remove uneeded comments
This commit is contained in:
@@ -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 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user