This commit is contained in:
bleakgrey 2018-05-19 17:00:45 +03:00
parent ef21a53cf9
commit d02b3d3f6c
1 changed files with 0 additions and 6 deletions

View File

@ -16,7 +16,6 @@ public class Tootle.TimelineView : AbstractView {
this.timeline = timeline;
this.pars = pars;
view.remove.connect (on_remove);
Tootle.accounts.switched.connect(on_account_changed);
Tootle.app.refresh.connect(on_refresh);
@ -58,11 +57,6 @@ public class Tootle.TimelineView : AbstractView {
base.clear ();
}
public virtual void on_remove (Widget widget){
if (!(widget is StatusWidget))
return;
}
public void get_pages (string? header) {
page_next = page_prev = null;
if (header == null)