summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-01-29 15:52:44 +0100
committermonsta <[email protected]>2020-02-17 12:54:36 +0300
commite52f5eab57eeb8f4d4aad96ad02109b104dc0bee (patch)
tree1dd313f771b912b1da170f166271b33b932ae9c8
parent8e1347562751ae089f959e8bca6c3fdbb8db5ed3 (diff)
downloadengrampa-e52f5eab57eeb8f4d4aad96ad02109b104dc0bee.tar.bz2
engrampa-e52f5eab57eeb8f4d4aad96ad02109b104dc0bee.tar.xz
Fix build using gcc 10 -fno-common flag
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index a66dba6..a6772ec 100644
--- a/src/main.c
+++ b/src/main.c
@@ -33,8 +33,6 @@
#include "fr-init.h"
-gint ForceDirectoryCreation;
-
static char **remaining_args;
static char *add_to = NULL;
static int add;