From 17ccb4f4bd610252e4ea600546750ddcc09c855a Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:23:33 +0200 Subject: Use a blank line at most --- libslab/application-tile.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libslab/application-tile.c') diff --git a/libslab/application-tile.c b/libslab/application-tile.c index 2127222b..8492a923 100644 --- a/libslab/application-tile.c +++ b/libslab/application-tile.c @@ -130,7 +130,6 @@ application_tile_new_full (const gchar *desktop_item_id, MateDesktopItem *desktop_item; - desktop_item = load_desktop_item_from_unknown (desktop_item_id); if ( @@ -405,7 +404,6 @@ create_header (const gchar *name) { GtkWidget *header; - header = gtk_label_new (name); gtk_label_set_line_wrap (GTK_LABEL (header), TRUE); gtk_label_set_xalign (GTK_LABEL (header), 0.0); @@ -424,7 +422,6 @@ create_subheader (const gchar *desc) { GtkWidget *subheader; - subheader = gtk_label_new (desc); gtk_label_set_ellipsize (GTK_LABEL (subheader), PANGO_ELLIPSIZE_END); gtk_label_set_xalign (GTK_LABEL (subheader), 0.0); @@ -474,7 +471,6 @@ add_to_user_list (ApplicationTile *this) BookmarkItem *item; - item = g_new0 (BookmarkItem, 1); item->uri = TILE (this)->uri; item->mime_type = "application/x-desktop"; @@ -608,7 +604,6 @@ update_user_list_menu_item (ApplicationTile *this) TileAction *action; GtkWidget *item; - if (priv->agent_status == BOOKMARK_STORE_ABSENT) { if (TILE (this)->actions [APPLICATION_TILE_ACTION_UPDATE_MAIN_MENU]) g_object_unref (TILE (this)->actions [APPLICATION_TILE_ACTION_UPDATE_MAIN_MENU]); -- cgit v1.2.1