diff options
-rw-r--r-- | src/corelib/gdi/fpg_gdi.pas | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/gdi/fpg_gdi.pas b/src/corelib/gdi/fpg_gdi.pas index 51ce4139..2fd75c23 100644 --- a/src/corelib/gdi/fpg_gdi.pas +++ b/src/corelib/gdi/fpg_gdi.pas @@ -1,7 +1,7 @@ { fpGUI - Free Pascal GUI Toolkit - Copyright (C) 2006 - 2011 See the file AUTHORS.txt, included in this + Copyright (C) 2006 - 2012 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, @@ -2879,7 +2879,6 @@ var FDropSource: TfpgOLEDropSource; lIsTranslated: boolean; begin - { TODO: this still needs to be implemented } if FDragging then begin {$IFDEF DND_DEBUG} |