From 682a5efc42f4117b8e8add981f54392f6798ca40 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 13 Dec 2015 11:41:56 +0100 Subject: [PATCH] Removing superfluous struct declaration --- src/gwin/gwin_keyboard.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gwin/gwin_keyboard.h b/src/gwin/gwin_keyboard.h index a09127bd..1d792d7a 100644 --- a/src/gwin/gwin_keyboard.h +++ b/src/gwin/gwin_keyboard.h @@ -39,9 +39,6 @@ */ typedef GEventGWin GEventGWinKeyboard; -struct keyinfo { -}; - /** * @brief The keyboard widget structure * @note Do not use the members directly - treat it as a black-box.