[nostalgia/studio] Remove unused consts

This commit is contained in:
Gary Talent 2021-02-20 19:04:25 -06:00
parent cad2f078a0
commit 671acc68c4
2 changed files with 0 additions and 6 deletions

View File

@ -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

View 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;