diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-04-05 12:44:52 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-04-05 12:44:52 +0200 |
commit | f9b86968ae42e452130042406d25d2c06a5020e4 (patch) | |
tree | 7d1342552249fdf859fe5483099ce9644b6d2626 /src | |
parent | 83300860141a91e8b6f36da1d61ffa83794c9ed7 (diff) | |
download | fpGUI-f9b86968ae42e452130042406d25d2c06a5020e4.tar.xz |
gdi: Removed completed todo item comment.
Diffstat (limited to 'src')
-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} |