- removed designer from uses clause,
    it is not needed

git-svn-id: trunk@59 -
This commit is contained in:
lazarus 2000-12-01 23:42:15 +00:00
parent a8baea3893
commit d823c5ccff

View File

@ -279,7 +279,7 @@ implementation
uses
buttons,stdctrls,interfaces,designer;
buttons,stdctrls,interfaces {,designer};
var
FocusMessages : Boolean; //Should set it to TRUE by defualt but fpc does not handle that yet.