Clean up
This commit is contained in:
parent
ef21a53cf9
commit
d02b3d3f6c
|
@ -16,7 +16,6 @@ public class Tootle.TimelineView : AbstractView {
|
||||||
this.timeline = timeline;
|
this.timeline = timeline;
|
||||||
this.pars = pars;
|
this.pars = pars;
|
||||||
|
|
||||||
view.remove.connect (on_remove);
|
|
||||||
Tootle.accounts.switched.connect(on_account_changed);
|
Tootle.accounts.switched.connect(on_account_changed);
|
||||||
Tootle.app.refresh.connect(on_refresh);
|
Tootle.app.refresh.connect(on_refresh);
|
||||||
|
|
||||||
|
@ -58,11 +57,6 @@ public class Tootle.TimelineView : AbstractView {
|
||||||
base.clear ();
|
base.clear ();
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual void on_remove (Widget widget){
|
|
||||||
if (!(widget is StatusWidget))
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void get_pages (string? header) {
|
public void get_pages (string? header) {
|
||||||
page_next = page_prev = null;
|
page_next = page_prev = null;
|
||||||
if (header == null)
|
if (header == null)
|
||||||
|
|
Loading…
Reference in New Issue