diff options
author | zhuyaliang <[email protected]> | 2023-01-17 16:27:17 +0800 |
---|---|---|
committer | zhuyaliang <zhuyaliang@[email protected]> | 2023-01-31 20:28:34 +0800 |
commit | b0ac9b77ddb27324565e72b661d541249289d319 (patch) | |
tree | 67be9b56e84178e6b3d85e5be9acced7adae807a /src/ui/ui.c | |
parent | dcd5d21e4c53f1670b33cec78c96bdd3da87037d (diff) | |
download | marco-b0ac9b77ddb27324565e72b661d541249289d319.tar.bz2 marco-b0ac9b77ddb27324565e72b661d541249289d319.tar.xz |
Replace deprecated API and remove compilation warningsremove-image-menu
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; |