Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
80e6f63f by wurstsalat at 2021-11-25T23:31:36+01:00
BaseControl: Remove obsolete method
- - - - -
1 changed file:
- gajim/gtk/controls/base.py
Changes:
=====================================
gajim/gtk/controls/base.py
=====================================
@@ -1320,12 +1320,6 @@ def _style_changed(self, *args):
def update_text_tags(self):
self.conversation_view.update_text_tags()
- @staticmethod
- def clear(tv):
- buffer_ = tv.get_buffer()
- start, end = buffer_.get_bounds()
- buffer_.delete(start, end)
-
def set_control_active(self, state: bool) -> None:
if state:
self.set_emoticon_popover()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/80e6f63fa22c0fbe89d1ad5b920b2ba0d865d6c5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/80e6f63fa22c0fbe89d1ad5b920b2ba0d865d6c5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits