[nostalgia/studio] Remove unused consts

This commit is contained in:
2021-02-20 19:04:25 -06:00
parent cad2f078a0
commit 671acc68c4
2 changed files with 0 additions and 6 deletions
-4
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;