Removed writeln

git-svn-id: trunk@47725 -
This commit is contained in:
andrew 2015-02-13 03:15:12 +00:00
parent 18e29b0217
commit 87ec2ec359

View File

@ -2137,7 +2137,6 @@ begin
EventXY := Point(TruncToInt(Event^.X), TruncToInt(Event^.Y));
ShiftState := GTKEventStateToShiftState(Event^.State);
writeln('gtk2 button down : ', event^.button);
if ShiftState*[ssShift, ssCtrl, ssAlt, ssSuper] <> LastModifierKeys
then begin
LastModifierKeys := ShiftState*[ssShift, ssCtrl, ssAlt, ssSuper];