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