diff options
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/x11/fpg_x11.pas | 1 |
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; |