gtk-adwaita: Remove useless function call
Also Vala compiler has been emitting a warning that the variable is
unused.
Changes
1 changed files
(+0/-1)
-
-
public override void startup() {
base.startup();
-
var builder = new Gtk.Builder();
this.add_action_entries(app_entries, this);
}
}
- Authored by
-
Shota FUJI
- Authored at
-
- Committed by
-
Shota FUJI
- Committed at
-
- Signature
-
View
- Object name
- 63589eaab3ed7c85b17b90153bc9d96a3833d5af
- Parent
-
cf275126
- Tab width
-