]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/keys.h
Split platform-specific parts into separate directories
[libs/gui.git] / source / input / keys.h
index e17459ae5f98d99e423ee1a789ac9d4ee34ef4e9..c5822f89e14870170d09c3520be2e3720457e41e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgbase
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_INPUT_KEYS_H_
 #define MSP_INPUT_KEYS_H_
 
@@ -146,9 +139,6 @@ enum
        N_KEYS_ = 0x100
 };
 
-extern unsigned key_from_sys(unsigned);
-extern unsigned key_to_sys(unsigned);
-
 } // namespace Input
 } // namespace Msp