aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-12-13 11:41:56 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-12-13 11:41:56 +0100
commit682a5efc42f4117b8e8add981f54392f6798ca40 (patch)
tree5bb22a207a0927ec7226404655554f7f4bdd01b1 /src
parenta517873148d54684989eeecae23ac2e8e288cb8d (diff)
downloaduGFX-682a5efc42f4117b8e8add981f54392f6798ca40.tar.gz
uGFX-682a5efc42f4117b8e8add981f54392f6798ca40.tar.bz2
uGFX-682a5efc42f4117b8e8add981f54392f6798ca40.zip
Removing superfluous struct declaration
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin_keyboard.h3
1 files changed, 0 insertions, 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.