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