Browse Source

removed unused codes

Ugochukwu Mmaduekwe 6 years ago
parent
commit
bf755a70d0
1 changed files with 0 additions and 36 deletions
  1. 0 36
      QRCodeGenLib/src/Include/QRCodeGenLib.inc

+ 0 - 36
QRCodeGenLib/src/Include/QRCodeGenLib.inc

@@ -76,52 +76,16 @@
 {$DEFINE DELPHIXE3_UP}
 {$LEGACYIFEND ON}
 {$ZEROBASEDSTRINGS OFF}
-{$IFEND}
-
- // 2010 only
-{$IF CompilerVersion = 21.0}
-{$DEFINE DELPHI2010}
-{$IFEND}
-
-  // 2010 and Above
-{$IF CompilerVersion >= 21.0}
-{$DEFINE DELPHI2010_UP}
 {$IFEND}
 
   // XE and Above
 {$IF CompilerVersion >= 22.0}
 {$DEFINE DELPHIXE_UP}
-{$IFEND}
-
-  // XE2 and Above
-{$IF CompilerVersion >= 23.0}
-{$DEFINE DELPHIXE2_UP}
-{$DEFINE HAS_UNITSCOPE}
-{$IFEND}
-
-// XE3 and Below
-{$IF CompilerVersion <= 24.0}
-{$DEFINE DELPHIXE3_DOWN}
-{$IFEND}
-
-  // XE7 and Above
-{$IF CompilerVersion >= 28.0}
-{$DEFINE DELPHIXE7_UP}
-{$IFEND}
-
-  // 10.2 Tokyo and Above
-{$IF CompilerVersion >= 32.0}
-{$DEFINE DELPHI10.2_TOKYO_UP}
 {$IFEND}
 
   // XE3 and Above
 {$IFNDEF DELPHIXE3_UP}
 {$MESSAGE ERROR 'This Library requires Delphi XE3 or higher.'}
-{$ENDIF}
-
-  // 10.2 Tokyo and Above
-{$IFDEF DELPHI10.2_TOKYO_UP}
-{$WARN COMBINING_SIGNED_UNSIGNED64 OFF}
 {$ENDIF}
 
 {.$DEFINE Framework_FMX} // enable to force FMX mode