mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
fix: remove redundant access specifier
This commit is contained in:
@@ -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_;
|
||||||
|
|||||||
Reference in New Issue
Block a user