]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/keys.h
Add the target type to lexical_cast invocations
[libs/gui.git] / source / input / keys.h
index 9718f83dc94074c9b05cdbd2eafed253f3094c36..3915aa2fce8dd1ec4706ff78ae3c5554de4c9045 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgbase
-Copyright © 2008, 2010 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_INPUT_KEYS_H_
 #define MSP_INPUT_KEYS_H_
 
@@ -146,20 +139,9 @@ enum
        N_KEYS_ = 0x100
 };
 
-enum
-{
-       MOD_SHIFT = 1,
-       MOD_CONTROL = 2,
-       MOD_ALT = 4,
-       MOD_SUPER = 8,
-       N_MODS_ = 4
-};
-
 extern unsigned key_from_sys(unsigned);
 extern unsigned key_to_sys(unsigned);
 
-extern unsigned mod_from_sys(unsigned);
-
 } // namespace Input
 } // namespace Msp