Update funding to include liberapay. Remove some commented out code.

This commit is contained in:
Joshua Strobl 2021-02-10 19:13:43 +02:00
parent 6fb3852f09
commit 625c1be645
2 changed files with 1 additions and 3 deletions

2
.github/FUNDING.yml vendored
View file

@ -6,7 +6,7 @@ open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
liberapay: joshuastrobl
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View file

@ -33,8 +33,6 @@ G_DEFINE_TYPE(KotoHeaderBar, koto_headerbar, GTK_TYPE_HEADER_BAR)
static void koto_headerbar_class_init(KotoHeaderBarClass *c) {
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS(c);
gtk_widget_class_set_template_from_resource(widget_class, "/com/github/joshstrobl/koto/koto-headerbar.ui");
//gtk_widget_class_bind_template_child(widget_class, KotoHeaderBar, menu_button);
//gtk_widget_class_bind_template_child(widget_class, KotoHeaderBar, search);
}
static void koto_headerbar_init(KotoHeaderBar *self) {