kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=4daa634a0623d0b8949fb83aaeb0d7d92a53982f
commit 4daa634a0623d0b8949fb83aaeb0d7d92a53982f Author: Kim Woelders <[email protected]> Date: Wed Dec 25 08:55:35 2019 +0100 windowmatches: Remove ancient incorrect case values --- src/windowmatch.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/windowmatch.c b/src/windowmatch.c index c7dbee7a..4a8f8d33 100644 --- a/src/windowmatch.c +++ b/src/windowmatch.c @@ -234,7 +234,6 @@ WindowMatchConfigLoad(FILE * fs) wm->qual = !atoi(s2); break; - case CONFIG_BORDER: case WINDOWMATCH_USEBORDER: if (!wm) break; @@ -245,7 +244,6 @@ WindowMatchConfigLoad(FILE * fs) break; case WINDOWMATCH_ICON: - case CONFIG_ICONBOX: #if 0 /* This has not been active since at least 0.16.5 */ if (!wm) break; @@ -258,7 +256,6 @@ WindowMatchConfigLoad(FILE * fs) break; case WINDOWMATCH_DESKTOP: - case CONFIG_DESKTOP: #if 0 /* This has not been active since at least 0.16.5 */ wm->desk = atoi(s2); #endif --
