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