From 923745afa2381e7ff37d1b3c9928fb50d6174de9 Mon Sep 17 00:00:00 2001 From: blikblum Date: Tue, 22 Nov 2011 23:23:45 +0000 Subject: [PATCH] * remove directive for obsolete compiler (fpc 2.2) git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2157 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/virtualtreeview-new/branches/4.8/VirtualTrees.pas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas index 0d31485c4..6b59060de 100644 --- a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas +++ b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas @@ -496,10 +496,6 @@ var // Clipboard format IDs used in OLE drag'n drop and clipboard transfers. IsWinVistaOrAbove: Boolean; type - {$ifdef VER2_2} - UnicodeString = WideString; - {$endif} - // The exception used by the trees. EVirtualTreeError = class(Exception);