summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-24 22:13:19 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-24 22:13:19 +0100
commitc4b65d975c08862dfbdce2552e681c62ea79da2f (patch)
tree9e201b5c511c413fc55ae38cf69295b4b75cf8d6 /include/settings.h
parent0a9ae342bbd61f20a749e3db6bbf44da42bf077c (diff)
Cleanup unused type specifier.
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/settings.h b/include/settings.h
index eb5eca4d..af89e94e 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -11,7 +11,7 @@
*
* @ingroup CONFIGURATION
*/
-typedef enum _WindowLocation
+typedef enum
{
/** Center */
WL_CENTER = 0,
@@ -37,7 +37,7 @@ typedef enum _WindowLocation
* Settings structure holding all (static) configurable options.
* @ingroup CONFIGURATION
*/
-typedef struct _Settings
+typedef struct
{
/** List of enabled modi */
char *modi;