X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=src%2Frexit.h;fp=src%2Frexit.h;h=a28efc20f0a49e1ff88e7daf38ce55298c56afc4;hb=c2cef1f0fa8fc32907d6f7fcdb4268c117dee71c;hp=459fcb9225a93c1ad32c78ac8c4f5edbd0a45485;hpb=94ae2e6154f7be05e7e33d14d1c974ede344d542;p=plomrogue diff --git a/src/rexit.h b/src/rexit.h index 459fcb9..a28efc2 100644 --- a/src/rexit.h +++ b/src/rexit.h @@ -26,8 +26,7 @@ enum cleanup_flag CLEANUP_MAPOBJACTS = 0x0010, CLEANUP_MAP_OBJECTS = 0x0020, CLEANUP_MAP_OBJECT_DEFS = 0x0040, - CLEANUP_WIN_META = 0x0080, - CLEANUP_INTERFACE_CONF = 0x0100 + CLEANUP_INTERFACE_CONF = 0x0080 }; extern void set_cleanup_flag(enum cleanup_flag flag);