summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-29 15:13:59 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-29 15:13:59 +0200
commitc591c08f732d082a674e95400f6abd49917cd7f8 (patch)
tree1ba0246b2ec37e6c463984a2d38e195ac1a811b4 /src
parent27ce669bdf288e356e2ee2f9b73fd3b4ce6bfea0 (diff)
downloadfpGUI-c591c08f732d082a674e95400f6abd49917cd7f8.tar.xz
Removed the stray writeln() statement.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/x11/fpg_x11.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index e5f545e1..046f10ce 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -2148,7 +2148,6 @@ begin
{ we need to set the XdndAware property }
if QueueEnabledDrops then
begin
- writeln('QueueEnableDrop....');
DoDNDEnabled(True);
end;
end;