[Orxonox-commit 2077] r6793 - code/branches/chat/src/orxonox
smerkli at orxonox.net
smerkli at orxonox.net
Mon Apr 26 16:53:43 CEST 2010
Author: smerkli
Date: 2010-04-26 16:53:43 +0200 (Mon, 26 Apr 2010)
New Revision: 6793
Modified:
code/branches/chat/src/orxonox/ChatInputHandler.cc
code/branches/chat/src/orxonox/ChatInputHandler.h
Log:
done for today.
Modified: code/branches/chat/src/orxonox/ChatInputHandler.cc
===================================================================
--- code/branches/chat/src/orxonox/ChatInputHandler.cc 2010-04-26 14:39:45 UTC (rev 6792)
+++ code/branches/chat/src/orxonox/ChatInputHandler.cc 2010-04-26 14:53:43 UTC (rev 6793)
@@ -45,8 +45,6 @@
/* register the object */
RegisterObject(ChatInputHandler);
- //COUT(0) << "Singleton registered for ChatInputHandler." << std::endl;
-
/* create necessary objects */
this->inpbuf = new InputBuffer();
Modified: code/branches/chat/src/orxonox/ChatInputHandler.h
===================================================================
--- code/branches/chat/src/orxonox/ChatInputHandler.h 2010-04-26 14:39:45 UTC (rev 6792)
+++ code/branches/chat/src/orxonox/ChatInputHandler.h 2010-04-26 14:53:43 UTC (rev 6793)
@@ -81,7 +81,6 @@
void deactivate();
/* callbacks for input handler */
-
void inputChanged();
void addline();
void backspace();
More information about the Orxonox-commit
mailing list