1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 18:25:35 +00:00

fix: remove redundant access specifier

This commit is contained in:
Charles Kerr 2022-04-01 11:46:19 -05:00
parent fbfb22f64d
commit 54da1d9397

View file

@ -49,7 +49,6 @@ private:
void response_cb(int response);
private:
PrefsDialog& dialog_;
Glib::RefPtr<Session> const core_;