From 98dcd6233964a08f8397e9883f869adcacbcf813 Mon Sep 17 00:00:00 2001 From: blikblum Date: Sun, 21 Mar 2010 18:09:19 +0000 Subject: [PATCH] * Remove declaration of TLMContextMenu to fix compilation with recent lazarus git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1183 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/virtualtreeview-new/branches/4.8/VirtualTrees.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas index e222cf3c1..61314c26d 100644 --- a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas +++ b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas @@ -500,8 +500,6 @@ type Result: Integer; end; - TLMContextMenu = TLMMouse; - // Be careful when adding new states as this might change the size of the type which in turn // changes the alignment in the node record as well as the stream chunks. // Do not reorder the states and always add new states at the end of this enumeration in order to avoid