Browse Source

minor cleanup

Ugochukwu Mmaduekwe 5 years ago
parent
commit
b14748ad68
1 changed files with 0 additions and 4 deletions
  1. 0 4
      QRCodeGenLib.Demo/src/uQrCodeGeneratorDemo.pas

+ 0 - 4
QRCodeGenLib.Demo/src/uQrCodeGeneratorDemo.pas

@@ -245,10 +245,6 @@ const
 var
   LFilePath: String;
   LBitmap: TQRCodeGenLibBitmap;
-{$IF DEFINED(VCL_OR_LCL)}
-  LJpeg: TQRCodeGenLibJPEGImage;
-  LPng: TQRCodeGenLibPNGImage;
-{$IFEND VCL_OR_LCL}
 begin
   LFilePath := ExtractFilePath(ParamStr(0));
   LFilePath := IncludeTrailingPathDelimiter(LFilePath);