diff options
Diffstat (limited to 'src/ui/ui.c')
-rw-r--r-- | src/ui/ui.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 <[email protected]> */ -typedef struct { - char* stock_id; - const guint8* icon_data; -} MetaStockIcon; - int meta_ui_get_drag_threshold(MetaUI* ui) { int threshold = 8; |