From 4aabebe6bb5eaaa3b3497cea10be206f10749411 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sat, 8 Feb 2014 10:29:24 +0000 Subject: [PATCH] Remove unused constant --- source/const.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/const.inc b/source/const.inc index 2ada7249..8247d875 100644 --- a/source/const.inc +++ b/source/const.inc @@ -100,8 +100,6 @@ const SYNCOMPLETION_PATTERN = '\image{%d}\hspace{5}\color{clGrayText}%s\column{}\color{clWindowText}%s\color{clGrayText}%s'; - SizeGripProp = 'SizeGrip'; - // Forms are designed at 96 dpi. Use that to scale TFrames, which obviously do not auto-scale. FORMS_DPI = 96;