Skip to content
Snippets Groups Projects
Commit 2b10d7aa authored by Enrico Weigelt's avatar Enrico Weigelt Committed by Enrico Weigelt
Browse files

ui_style: drop unused getUIPangoContext()


The function getUIPangoContext() became unused quite some time ago
and thus can be removed.

Fixes: 065a1204
Signed-off-by: default avatarEnrico Weigelt, metux IT consult <info@metux.net>
parent fcba4c92
No related branches found
No related tags found
No related merge requests found
Pipeline #18406 passed
......@@ -364,15 +364,3 @@ getUIPangoFontDesc (GtkWidget * win)
return font_desc;
}
PangoContext *
getUIPangoContext (GtkWidget * win)
{
TRACE ("entering");
g_return_val_if_fail (win != NULL, NULL);
g_return_val_if_fail (GTK_IS_WIDGET (win), NULL);
g_return_val_if_fail (gtk_widget_get_realized (win), NULL);
return (gtk_widget_get_pango_context (win));
}
......@@ -39,6 +39,5 @@ gchar *getUIStyleString (GtkWidget *,
const gchar *,
const gchar *);
PangoFontDescription *getUIPangoFontDesc (GtkWidget *);
PangoContext *getUIPangoContext (GtkWidget *);
#endif /* INC_UI_STYLE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment