From fe948e5c93298ba892f538992a78f344879519cf Mon Sep 17 00:00:00 2001 From: Philip K Date: Thu, 9 Jul 2020 10:18:02 +0200 Subject: [PATCH] Remove unused variable --- config.def.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.def.h b/config.def.h index 199a2f8..e3e1b53 100644 --- a/config.def.h +++ b/config.def.h @@ -23,6 +23,3 @@ static int histnodup = 1; /* if 0, record repeated histories */ * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; - -/* Size of the window border */ -static const unsigned int border_width = 5; -- 2.34.2