Revert "Add settings"

This reverts commit 430ca985d3.
This commit is contained in:
mwalker33
2020-04-10 13:58:57 +10:00
parent 430ca985d3
commit 0542825567
5 changed files with 113 additions and 164 deletions

View File

@@ -26,7 +26,6 @@
#include <string.h>
#include "proxgui.h"
#include <QtGui>
#include "ui.h"
extern "C" {
#include "util_darwin.h"
@@ -169,12 +168,7 @@ void ProxWidget::vchange_dthr_down(int v) {
}
ProxWidget::ProxWidget(QWidget *parent, ProxGuiQT *master) : QWidget(parent) {
this->master = master;
// Set the initail postion and size from settings
if (session.settings_loaded)
setGeometry (session.window_plot_xpos,session.window_plot_ypos,session.window_plot_wsize,session.window_plot_hsize);
else
resize(800, 400);
resize(800, 400);
// Setup the controller widget
controlWidget = new QWidget();