summaryrefslogtreecommitdiff
path: root/src/core/iconcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iconcache.h')
-rw-r--r--src/core/iconcache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/iconcache.h b/src/core/iconcache.h
index cdc18003..722fb220 100644
--- a/src/core/iconcache.h
+++ b/src/core/iconcache.h
@@ -34,7 +34,6 @@ typedef enum
*/
USING_NO_ICON,
USING_FALLBACK_ICON,
- USING_KWM_WIN_ICON,
USING_WM_HINTS,
USING_NET_WM_ICON
} IconOrigin;
@@ -46,7 +45,6 @@ struct _MetaIconCache
Pixmap prev_mask;
/* TRUE if these props have changed */
guint wm_hints_dirty : 1;
- guint kwm_win_icon_dirty : 1;
guint net_wm_icon_dirty : 1;
};