mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 07:30:09 +02:00
ide: less initialization
This commit is contained in:
parent
937b6bdfef
commit
b948a3a35a
@ -126,8 +126,8 @@ type
|
||||
end;
|
||||
|
||||
var
|
||||
LazProjectFileDescriptors: TLazProjectFileDescriptors;
|
||||
LazProjectDescriptors: TLazProjectDescriptors;
|
||||
LazProjectFileDescriptors: TLazProjectFileDescriptors = nil;
|
||||
LazProjectDescriptors: TLazProjectDescriptors = nil;
|
||||
|
||||
type
|
||||
//---------------------------------------------------------------------------
|
||||
@ -1121,8 +1121,5 @@ begin
|
||||
Descriptor.Release;
|
||||
end;
|
||||
|
||||
initialization
|
||||
LazProjectFileDescriptors:=nil;
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user