From b0ac9b77ddb27324565e72b661d541249289d319 Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Tue, 17 Jan 2023 16:27:17 +0800 Subject: Replace deprecated API and remove compilation warnings --- src/ui/ui.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ui/ui.c') diff --git a/src/ui/ui.c b/src/ui/ui.c index 9976c701..ef1901b9 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -992,11 +992,6 @@ meta_ui_window_is_widget (MetaUI *ui, /* stock icon code Copyright (C) 2002 Jorn Baayen */ -typedef struct { - char* stock_id; - const guint8* icon_data; -} MetaStockIcon; - int meta_ui_get_drag_threshold(MetaUI* ui) { int threshold = 8; -- cgit v1.2.1