Bläddra i källkod

* Merging revisions r42028,42062,42139 from trunk:
------------------------------------------------------------------------
r42028 | marco | 2019-05-10 17:11:48 +0200 (Fri, 10 May 2019) | 2 lines

* realgetwindowclass, mantis 035551

------------------------------------------------------------------------
r42062 | michael | 2019-05-14 10:36:52 +0200 (Tue, 14 May 2019) | 1 line

* Patch from Ondrej to remove unnecessary overload keywords
------------------------------------------------------------------------
r42139 | michael | 2019-05-30 18:24:20 +0200 (Thu, 30 May 2019) | 1 line

* Remove debug file writing
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42427 -

michael 6 år sedan
förälder
incheckning
075eedd75a
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      utils/fpdoc/fpdocxmlopts.pas

+ 0 - 1
utils/fpdoc/fpdocxmlopts.pas

@@ -390,7 +390,6 @@ begin
     Result:=TMemoryStream.Create;
     P.ParseStream(F,Result);
     Result.Position:=0;
-    TMemoryStream(Result).SaveToFile('/tmp/opts.xml');
   finally
     FreeAndNil(F);
     FreeAndNil(P);