[nostalgia/studio] Remove unused consts
This commit is contained in:
parent
cad2f078a0
commit
671acc68c4
@ -31,8 +31,6 @@
|
||||
|
||||
namespace nostalgia::studio {
|
||||
|
||||
const QString MainWindow::StateFilePath = "studio_state.json";
|
||||
|
||||
MainWindow::MainWindow(QString profilePath) {
|
||||
m_profilePath = profilePath;
|
||||
// load in profile file
|
||||
|
@ -64,10 +64,6 @@ ox::Error model(T *io, NostalgiaStudioProfile *obj) {
|
||||
|
||||
class MainWindow: public QMainWindow {
|
||||
Q_OBJECT
|
||||
public:
|
||||
static const QString EditorSettings;
|
||||
static const QString AppTitle;
|
||||
static const QString StateFilePath;
|
||||
|
||||
private:
|
||||
QString m_profilePath;
|
||||
|
Loading…
Reference in New Issue
Block a user