fix: remove redundant access specifier

This commit is contained in:
Charles Kerr
2022-04-01 11:14:22 -05:00
parent 6665423f8b
commit 054e4e7eec

View File

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