diff --git a/ChangeLog b/ChangeLog index f6d8ea549e..9b109b7984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-06-08 Sven Neumann + + * app/config/gimprc-blurbs.h: removed blurbs for unused preferences. + + * app/config/gimpbaseconfig.c + * app/config/gimpcoreconfig.c: changed accordingly. + 2005-06-08 Sven Neumann Removed "stingy-memory-use" all over the place. This feature was diff --git a/app/config/gimpbaseconfig.c b/app/config/gimpbaseconfig.c index b0a1b4f7e0..0bc20e72d4 100644 --- a/app/config/gimpbaseconfig.c +++ b/app/config/gimpbaseconfig.c @@ -113,8 +113,7 @@ gimp_base_config_class_init (GimpBaseConfigClass *klass) "${gimp_dir}", GIMP_CONFIG_PARAM_RESTART); GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_STINGY_MEMORY_USE, - "stingy-memory-use", - STINGY_MEMORY_USE_BLURB, + "stingy-memory-use", NULL, FALSE, GIMP_CONFIG_PARAM_IGNORE); GIMP_CONFIG_INSTALL_PROP_UINT (object_class, PROP_NUM_PROCESSORS, diff --git a/app/config/gimpcoreconfig.c b/app/config/gimpcoreconfig.c index a6cbba4df2..4e77ac1d1f 100644 --- a/app/config/gimpcoreconfig.c +++ b/app/config/gimpcoreconfig.c @@ -244,8 +244,7 @@ gimp_core_config_class_init (GimpCoreConfigClass *klass) GIMP_CONFIG_PARAM_CONFIRM); g_free (path); GIMP_CONFIG_INSTALL_PROP_PATH (object_class, PROP_FONT_PATH_WRITABLE, - "font-path-writable", - FONT_PATH_WRITABLE_BLURB, + "font-path-writable", NULL, GIMP_CONFIG_PATH_DIR_LIST, NULL, GIMP_CONFIG_PARAM_IGNORE); GIMP_CONFIG_INSTALL_PROP_STRING (object_class, PROP_DEFAULT_BRUSH, diff --git a/app/config/gimprc-blurbs.h b/app/config/gimprc-blurbs.h index 7668dbf295..36b58337e7 100644 --- a/app/config/gimprc-blurbs.h +++ b/app/config/gimprc-blurbs.h @@ -143,8 +143,6 @@ N_("When enabled, the selected pattern will be used for all tools.") #define FONT_PATH_BLURB \ "Where to look for fonts." -#define FONT_PATH_WRITABLE_BLURB "" - #define HELP_BROWSER_BLURB \ N_("Sets the browser used by the help system.") @@ -332,11 +330,6 @@ N_("Enable to display a handy GIMP tip on startup.") #define SHOW_TOOL_TIPS_BLURB \ N_("Enable to display tooltips.") -#define STINGY_MEMORY_USE_BLURB \ -N_("There is always a tradeoff between memory usage and speed. In most " \ - "cases, the GIMP opts for speed over memory. However, if memory is a " \ - "big issue, try to enable this setting.") - #define SWAP_PATH_BLURB \ N_("Sets the swap file location. The gimp uses a tile based memory " \ "allocation scheme. The swap file is used to quickly and easily " \