Browse Source

Remove unused "uses ComServ;" left over from FolderLink.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@1103 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
a3fd408adc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      LinkUnit.pas

+ 2 - 1
LinkUnit.pas

@@ -2,6 +2,7 @@
   TIGCC IDE
 
   Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2007 Kevin Kofler
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -103,7 +104,7 @@ function GetCalcType(var Connection: TLinkConnection): Boolean;
 implementation
 
 uses
-	SysUtils, Registry, ComServ;
+	SysUtils, Registry;
 
 const
 	SendRetry = 1;