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:
@@ -59,7 +59,6 @@ private:
|
|||||||
void alt_speed_toggled_cb();
|
void alt_speed_toggled_cb();
|
||||||
void onAltSpeedToggledIdle();
|
void onAltSpeedToggledIdle();
|
||||||
|
|
||||||
private:
|
|
||||||
MainWindow& window_;
|
MainWindow& window_;
|
||||||
|
|
||||||
Gtk::RadioMenuItem* speedlimit_on_item_[2] = { nullptr, nullptr };
|
Gtk::RadioMenuItem* speedlimit_on_item_[2] = { nullptr, nullptr };
|
||||||
|
|||||||
Reference in New Issue
Block a user