diff options
author | fiaxh <git@lightrise.org> | 2019-02-13 16:13:37 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2019-02-13 16:14:16 +0100 |
commit | d668e0158df40e1bb1ea00ab72fac9d0e95e8bd9 (patch) | |
tree | bee26f616b6696c053f23200547e82c3c281a900 /main/src/ui/conversation_titlebar/view.vala | |
parent | 6613f3f05a548bb3b91d03becbaa694379ecdde4 (diff) | |
download | dino-d668e0158df40e1bb1ea00ab72fac9d0e95e8bd9.tar.gz dino-d668e0158df40e1bb1ea00ab72fac9d0e95e8bd9.zip |
Fix runtime criticals (and compiler warnings)
fixes #520
Diffstat (limited to 'main/src/ui/conversation_titlebar/view.vala')
-rw-r--r-- | main/src/ui/conversation_titlebar/view.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/ui/conversation_titlebar/view.vala b/main/src/ui/conversation_titlebar/view.vala index cb31527e..9706b516 100644 --- a/main/src/ui/conversation_titlebar/view.vala +++ b/main/src/ui/conversation_titlebar/view.vala @@ -22,7 +22,6 @@ public class ConversationTitlebar : Gtk.Box { } private StreamInteractor stream_interactor; - private Conversation? conversation; private Box content_box = new Box(Orientation.HORIZONTAL, 0) { margin=5, margin_start=15, margin_end=5, hexpand=true, visible=true }; private Label title_label = new Label("") { visible=true }; |