Commit c6bab06

Nick committed on
Remove unused imports
commit c6bab060cf7bc662ce47bd4312dfc5e0fd656705 parent 19e9eac
3 changed files +1−3
Modifiedmodimport.pas +1−1
@@ -5,7 +5,7 @@ unit MODImport;
5 interface 5 interface
6 6
7 uses 7 uses
8 Classes, SysUtils, Song, hugedatatypes, fgl, math, utils, constants, 8 Classes, SysUtils, Song, hugedatatypes, fgl, math, constants,
9 instruments; 9 instruments;
10 10
11 type 11 type
Modifiedsong.pas +0−2
@@ -78,8 +78,6 @@ function UpgradeSong(S: TSongV3): TSong; overload;
78 78
79 implementation 79 implementation
80 80
81 uses Utils;
82
83 // Thanks to WP on the FreePascal forums for this code! 81 // Thanks to WP on the FreePascal forums for this code!
84 // https://forum.lazarus.freepascal.org/index.php/topic,47892.msg344152.html#msg344152 82 // https://forum.lazarus.freepascal.org/index.php/topic,47892.msg344152.html#msg344152
85 83