[gnome-font-viewer/wip/ewlsh/gtk4: 16/17] font-view: Remove unused variables
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-font-viewer/wip/ewlsh/gtk4: 16/17] font-view: Remove unused variables
- Date: Sat, 12 Feb 2022 01:17:34 +0000 (UTC)
commit 1bc2078b0aecf35fd8caaa2a20d00e9223f20ca6
Author: Christopher Davis <christopherdavis gnome org>
Date: Fri Feb 11 17:08:17 2022 -0800
font-view: Remove unused variables
src/font-view.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/font-view.c b/src/font-view.c
index f162567..8337192 100644
--- a/src/font-view.c
+++ b/src/font-view.c
@@ -974,9 +974,6 @@ font_view_application_do_open (FontViewApplication *self,
/* add install button */
if (self->install_button == NULL) {
- g_autoptr (GtkSizeGroup) install_size_group =
- gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
-
self->install_button = GTK_BUTTON (gtk_button_new ());
gtk_button_set_label (self->install_button, _ ("Install"));
gtk_widget_set_valign (GTK_WIDGET (self->install_button),
@@ -1208,7 +1205,7 @@ static void
ensure_window (FontViewApplication *self)
{
g_autoptr (GtkBuilder) builder = NULL;
- GtkWidget *swin, *box, *image;
+ GtkWidget *swin, *box;
GtkApplicationWindow *window;
GMenuModel *menu;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]