From 0941527fd4c2fefc31e0c691c42f38ecac3c7a37 Mon Sep 17 00:00:00 2001 From: blikblum Date: Sat, 12 Dec 2009 21:59:23 +0000 Subject: [PATCH] * Comment unused code git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1048 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../trunk/include/intf/dummyolemethods.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/virtualtreeview-new/trunk/include/intf/dummyolemethods.inc b/components/virtualtreeview-new/trunk/include/intf/dummyolemethods.inc index a49f166d9..8c7106f86 100644 --- a/components/virtualtreeview-new/trunk/include/intf/dummyolemethods.inc +++ b/components/virtualtreeview-new/trunk/include/intf/dummyolemethods.inc @@ -303,7 +303,7 @@ function TCustomVirtualStringTree.ContentToClipboard(Format: Word; Source: TVSTT // the Result is 0. //--------------- local function -------------------------------------------- - +{ procedure MakeFragment(var HTML: string); // Helper routine to build a properly-formatted HTML fragment. @@ -349,7 +349,7 @@ function TCustomVirtualStringTree.ContentToClipboard(Format: Word; Source: TVSTT SysUtils.Format('%s%.8d', [EndFragment, EndFragmentIndex]) + #13#10; HTML := Description + DocType + HTMLIntro + HTML + HTMLExtro; end; - + } //--------------- end local function ---------------------------------------- var