mirror of
https://github.com/transmission/transmission
synced 2025-02-06 22:42:33 +00:00
fix: remove redundant access specifier
This commit is contained in:
parent
6665423f8b
commit
054e4e7eec
1 changed files with 0 additions and 2 deletions
|
@ -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_;
|
||||
|
|
Loading…
Reference in a new issue