浏览代码

* remove forgotten debug feature, (uses dbugintf,which is not part of the
package dependencies), introduced in r23172

git-svn-id: trunk@25254 -

marco 12 年之前
父节点
当前提交
9f34e4237c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/fpdoc/dw_ipflin.pas

+ 1 - 1
utils/fpdoc/dw_ipflin.pas

@@ -149,7 +149,7 @@ type
 implementation
 
 uses
-  SysUtils, dwriter, dbugintf;
+  SysUtils, dwriter;
 
 
 { TFPDocWriter overrides }