Skip to content

Commit

Permalink
App: remove needles settings keys in mainwindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Mar 13, 2020
1 parent d61c9fb commit 5567f90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ namespace Mayo {

namespace Internal {

static const char keyLastOpenDir[] = "GUI/MainWindow_lastOpenDir";
static const char keyLastSelectedFilter[] = "GUI/MainWindow_lastSelectedFilter";

static Application::PartFormat partFormatFromFilter(const QString& filter)
{
for (Application::PartFormat format : Application::partFormats()) {
Expand Down

0 comments on commit 5567f90

Please sign in to comment.