* 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
This commit is contained in:
blikblum 2011-11-22 23:23:45 +00:00
parent 5ee83aa605
commit 923745afa2

View File

@ -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);