ports/misc/logjam/patches/patch-src_conf_h

18 lines
286 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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;