Remove unused constant

This commit is contained in:
Ansgar Becker
2014-02-08 10:29:24 +00:00
parent 66be30b7ef
commit 4aabebe6bb

View File

@ -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;