From c39c8d34282b82d73c3c69a16cf0c2816256d85b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 10 Aug 2011 14:38:58 +1000 Subject: input: switch InputOption to use XF86OptionRec storage. Use the same struct for both InputOption and XF86OptionRec so we don't need to convert to and fro the two in the config backends. Signed-off-by: Peter Hutterer Reviewed-by: Dan Nicholson Reviewed-by: Daniel Stone --- include/inputstr.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/inputstr.h') diff --git a/include/inputstr.h b/include/inputstr.h index 9d4108ef5..7a1554075 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -621,11 +621,4 @@ static inline WindowPtr DeepestSpriteWin(SpritePtr sprite) return sprite->spriteTrace[sprite->spriteTraceGood - 1]; } -struct _InputOption { - char *key; - char *value; - struct _InputOption *next; -}; - - #endif /* INPUTSTRUCT_H */ -- cgit v1.2.3