git-svn-id: trunk@19965 -
This commit is contained in:
mattias 2009-05-14 13:24:22 +00:00
parent cfb3d7416e
commit 2f5429b5b3

View File

@ -523,7 +523,6 @@ Adapted from the converter initially created for QtWSDialogs.pas
class procedure TFilterComboBox.ConvertFilterToStrings(AFilter: string;
AStrings: TStrings; AClearStrings, AAddDescription, AAddFilter: Boolean);
var
TmpFilter, strExtensions: string;
ParserState, Position, i: Integer;
begin
if AStrings = nil then Exit;