mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
fix: remove redundant access specifier
This commit is contained in:
parent
3b5b8e0832
commit
a0710202a8
2 changed files with 0 additions and 3 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Reference in a new issue