Skip to content
Snippets Groups Projects
Commit 8dcba8a4 authored by Rene Brun's avatar Rene Brun
Browse files

Remove a printf statement left from a debugging session

git-svn-id: http://root.cern.ch/svn/root/trunk@6506 27541ba8-7e3a-0410-8455-c3a389f83636
parent b214e2e2
No related branches found
No related tags found
No related merge requests found
// @(#)root/test:$Name: $:$Id: Tetris.cxx,v 1.16 2003/02/03 01:02:50 rdm Exp $ // @(#)root/test:$Name: $:$Id: Tetris.cxx,v 1.17 2003/04/28 10:37:08 brun Exp $
// Author: Valeriy Onuchin & Fons Rademakers 04/10/98 // Author: Valeriy Onuchin & Fons Rademakers 04/10/98
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
...@@ -866,7 +866,7 @@ Bool_t KeyHandler::HandleKey(Event_t *event) ...@@ -866,7 +866,7 @@ Bool_t KeyHandler::HandleKey(Event_t *event)
char tmp[2]; char tmp[2];
UInt_t keysym; UInt_t keysym;
printf("QQQQ\n");
gVirtualX->LookupString(event, tmp, sizeof(tmp), keysym); gVirtualX->LookupString(event, tmp, sizeof(tmp), keysym);
if (event->fType == kGKeyPress) { if (event->fType == kGKeyPress) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment