Skip to content

Commit a50d8b9

Browse files
committed
Removed "-c" console option on Window (2)
1 parent a985080 commit a50d8b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hyperiond/main.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ int main(int argc, char** argv)
152152
BooleanOption& silentOption = parser.add<BooleanOption>('s', "silent", "Do not print any outputs");
153153
BooleanOption& verboseOption = parser.add<BooleanOption>('v', "verbose", "Increase verbosity");
154154
BooleanOption& debugOption = parser.add<BooleanOption>('d', "debug", "Show debug messages");
155-
#ifdef WIN32
156-
BooleanOption& consoleOption = parser.add<BooleanOption>('c', "console", "Open a console window to view log output");
157-
#endif
155+
158156
parser.add<BooleanOption>(0x0, "desktop", "Show systray on desktop");
159157
parser.add<BooleanOption>(0x0, "service", "Force hyperion to start as console service");
160158
#if defined(ENABLE_EFFECTENGINE)

0 commit comments

Comments
 (0)