summaryrefslogtreecommitdiff
path: root/src/guichan/keyevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/keyevent.cpp')
-rw-r--r--src/guichan/keyevent.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guichan/keyevent.cpp b/src/guichan/keyevent.cpp
index f93dd670d..bfcc6dc9e 100644
--- a/src/guichan/keyevent.cpp
+++ b/src/guichan/keyevent.cpp
@@ -69,12 +69,10 @@ namespace gcn
mIsNumericPad(numericPad),
mKey(key)
{
-
}
KeyEvent::~KeyEvent()
{
-
}
unsigned int KeyEvent::getType() const
@@ -91,4 +89,4 @@ namespace gcn
{
return mKey;
}
-}
+} // namespace gcn