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:
@@ -44,7 +44,6 @@ private:
|
||||
|
||||
void addTorrent();
|
||||
|
||||
private:
|
||||
tr_metainfo_builder& builder_;
|
||||
std::string const target_;
|
||||
Glib::RefPtr<Session> const core_;
|
||||
@@ -82,7 +81,6 @@ private:
|
||||
|
||||
void makeProgressDialog(std::string const& target);
|
||||
|
||||
private:
|
||||
MakeDialog& dialog_;
|
||||
Glib::RefPtr<Session> const core_;
|
||||
|
||||
|
||||
@@ -95,7 +95,6 @@ private:
|
||||
|
||||
void addResponseCB(int response);
|
||||
|
||||
private:
|
||||
OptionsDialog& dialog_;
|
||||
|
||||
Glib::RefPtr<Session> const core_;
|
||||
|
||||
Reference in New Issue
Block a user