widget: remove unused WIDGET_CACHE_LAYOUTS
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
3c63930a5d
commit
f543fe89ba
1
widget.h
1
widget.h
|
@ -25,7 +25,6 @@
|
||||||
#include "structs.h"
|
#include "structs.h"
|
||||||
|
|
||||||
#define WIDGET_CACHE_CLIENTS (1<<0)
|
#define WIDGET_CACHE_CLIENTS (1<<0)
|
||||||
#define WIDGET_CACHE_LAYOUTS (1<<1)
|
|
||||||
#define WIDGET_CACHE_TAGS (1<<2)
|
#define WIDGET_CACHE_TAGS (1<<2)
|
||||||
#define WIDGET_CACHE_EMBEDDED (1<<3)
|
#define WIDGET_CACHE_EMBEDDED (1<<3)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue