Skip to content

Commit

Permalink
mainwindow: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ahodesuka committed Jan 14, 2019
1 parent 39a1464 commit 9ef8dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/mainwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ MainWindow::MainWindow(BaseObjectType *cobj, const Glib::RefPtr<Gtk::Builder> &b
m_LastSavePath(Settings.get_string("LastSavePath")),
m_Width(0),
m_Height(0),
m_HPanedMinPos(0),
m_HPanedLastPos(0),
m_LastX(0),
m_LastY(0),
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace AhoViewer

std::string m_LastSavePath;

int m_Width, m_Height, m_HPanedMinPos, m_HPanedLastPos, m_LastX, m_LastY;
int m_Width, m_Height, m_HPanedLastPos, m_LastX, m_LastY;
// This keeps track of whether hide all was set automatically
bool m_HideAllFullscreen,
// Tracks whether this was the only window at one point
Expand Down

0 comments on commit 9ef8dda

Please sign in to comment.