summaryrefslogtreecommitdiff
path: root/src/cgg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgg.c')
-rw-r--r--src/cgg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cgg.c b/src/cgg.c
index 146c687..13a7389 100644
--- a/src/cgg.c
+++ b/src/cgg.c
@@ -42,7 +42,6 @@ static gchar *source_dir = NULL;
static gchar *dst_dir = NULL;
static gboolean verbose = FALSE;
static gboolean update = FALSE;
-static gboolean fullsize = FALSE;
static gboolean dont_strip_unused_tags = FALSE;
static gboolean warn_resize = FALSE;
static int jobs = 0;
@@ -68,7 +67,6 @@ parse_cmd (int argc, char *argv[])
#endif
"N" },
{ "update", 'u', 0, G_OPTION_ARG_NONE, &update, "Update the output structure", NULL },
- { "fullsize", 'f', 0, G_OPTION_ARG_NONE, &fullsize, "Override the nofullsize switch and generate full gallery", NULL },
{ "debug-dont-strip-unused-tags", 0, 0, G_OPTION_ARG_NONE, &dont_strip_unused_tags, "Don't strip unused/unknown template tags", NULL },
{ "debug-warn-resize", 0, 0, G_OPTION_ARG_NONE, &warn_resize, "Warn when image is being resized", NULL },
{ NULL }
@@ -217,7 +215,6 @@ main (int argc, char* argv[])
/* Start building the gallery tree */
setup->verbose = verbose;
setup->update_mode = update;
- setup->override_nofullsize = fullsize;
setup->strip_unused_tags = ! dont_strip_unused_tags;
setup->warn_resize = warn_resize;