18 lines
286 B
Text
18 lines
286 B
Text
|
Fix build with -fno-common: remove unused variable
|
||
|
|
||
|
Index: src/conf.h
|
||
|
--- src/conf.h.orig
|
||
|
+++ src/conf.h
|
||
|
@@ -66,11 +66,6 @@ typedef struct {
|
||
|
#endif /* HAVE_GTK */
|
||
|
} Options;
|
||
|
|
||
|
-enum {
|
||
|
- POSTMODE_GUI,
|
||
|
- POSTMODE_CMD
|
||
|
-} PostmodeType;
|
||
|
-
|
||
|
typedef struct {
|
||
|
char *label;
|
||
|
char *command;
|