From 8e0aba68c505a43561ca9b63a18ebcc0591ec22e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 23 Aug 2011 15:40:00 +0200 Subject: Deprecate the --collage option (aka collage mode) It is pretty random and I doubt anyone actually uses it. Also, after removing it, there are only two duplicates of the image index code instead of three... --- src/collage.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/collage.c') diff --git a/src/collage.c b/src/collage.c index 4ea88a9..076aff2 100644 --- a/src/collage.c +++ b/src/collage.c @@ -45,6 +45,9 @@ void init_collage_mode(void) mode = "collage"; + weprintf("the --collage option (aka collage mode) is deprecated\n" + "and will be removed soon\n"); + /* Use bg image dimensions for default size */ if (opt.bg && opt.bg_file) { if (!strcmp(opt.bg_file, "trans")) -- cgit v1.2.3