fix: remove redundant access specifier

This commit is contained in:
Charles Kerr 2022-04-01 11:14:22 -05:00
parent 6665423f8b
commit 054e4e7eec
1 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ private:
int stopped_count = 0;
};
private:
void show_details_dialog_for_selected_torrents();
void show_about_dialog();
@ -153,7 +152,6 @@ private:
tr_torrent* tor,
gpointer gdata);
private:
Application& app_;
std::string config_dir_;