Skip to content

Commit 3ee9970

Browse files
committed
remove
1 parent 91e976f commit 3ee9970

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/qt_frontend/qt_frontend.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <QApplication>
2-
#include <QCommandLineParser>
32
#include <settings.h>
43
#include <cflags.h>
54

@@ -34,9 +33,6 @@ int main(int argc, char** argv) {
3433
bool interpreter = true;
3534
#endif
3635

37-
bool software_mode = false;
38-
cflags_add_bool(flags, 's', "software-mode", &software_mode, "Use software mode RDP (UNFINISHED!) (currently does nothing in the Qt frontend)");
39-
4036
bool debug = false;
4137
#ifdef N64_DEBUG_MODE
4238
#ifndef N64_WIN

0 commit comments

Comments
 (0)