X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Frcfile.h;h=8a486e605864058f7c7d40930b17fb4c19c8ea61;hp=cf2da3c688fcde26894ccbe2309f464d1dc75d2f;hb=fedac9b5d07eadf22a59da5f2b54f9069f8b5d25;hpb=138cf42cc6b36d2d335fbccdc6a0acf0ad731afa diff --git a/src/rcfile.h b/src/rcfile.h index cf2da3c6..8a486e60 100644 --- a/src/rcfile.h +++ b/src/rcfile.h @@ -41,7 +41,6 @@ gboolean read_bool_option(const gchar *option, const gchar *label, const gchar * #define WRITE_NL() write_indent(outstr, indent) #define WRITE_SEPARATOR() g_string_append(outstr, "\n") -#define WRITE_SUBTITLE(_title_) g_string_append_printf(outstr, "\n\n\n\n") #define WRITE_STRING(...) g_string_append_printf(outstr, __VA_ARGS__) #define READ_BOOL(_target_, _name_) read_bool_option(option, #_name_, value, &(_target_)._name_)