aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/font_utils.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-08-09 16:14:34 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-08-09 16:14:34 +0000
commite0740e22e51dfc739ea0432aa7de5bade153517b (patch)
tree07058dbe6dcd452450a8b11b2669b03a706bca6c /gtk/font_utils.h
parentd182dfab2192f50f32b855e5d618815305989931 (diff)
Remove the "Save column widths" option so we always save the widths.
svn path=/trunk/; revision=25968
Diffstat (limited to 'gtk/font_utils.h')
-rw-r--r--gtk/font_utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/font_utils.h b/gtk/font_utils.h
index 10eb949aca..441dcb7fb2 100644
--- a/gtk/font_utils.h
+++ b/gtk/font_utils.h
@@ -49,11 +49,9 @@ typedef enum {
/** Applies a new user font, corresponding to the preferences font name and recent zoom level.
* Will also redraw the screen.
*
- * @param saved_column_width set if using saved column widths
- *
* @return if the new font could be set or not
*/
-extern fa_ret_t user_font_apply(gboolean saved_column_width);
+extern fa_ret_t user_font_apply(void);
/** Test, if the given font name is available.
*