summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 30e30f3..be7fd76 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -225,14 +225,8 @@ int main(int argc, char *argv[]) {
w.setWindowFlags(Qt::FramelessWindowHint);
if (cmdOptions.contains("pvs")) {
pvsEnabled = true;
- } else if (settings.contains("pvs")) {
- if (settings.value("pvs").toInt() == 1)
- pvsEnabled = true;
}
- if (pvsEnabled)
- w.showSettingsPVS();
-
QRect desktopRect = QApplication::desktop()->availableGeometry(&w);
if (size == "fullscreen") {
width = desktopRect.width();