Clean and overhaul up SendUI

* add polarity control
* set transient parent
* remove unused methods
* clang-format source
This commit is contained in:
Robin Gareus 2022-10-11 06:10:14 +02:00
parent 8113633bb9
commit 5a48a56bfe
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 81 additions and 103 deletions

View file

@ -174,12 +174,6 @@ private:
void update_title ();
//void unselect_all_redirects ();
sigc::connection update_connection;
void update_views ();
void start_updating ();
void stop_updating ();
};