Mercurial > audlegacy
diff src/audacious/audconfig.h @ 4461:42559dad8f8f
- remove some now-unneeded configuration properties
- slightly reorder the instructions in mainwin_update_song_info()
author | mf0102 <0102@gmx.at> |
---|---|
date | Wed, 16 Apr 2008 17:22:16 +0200 |
parents | 5125b5910d0e |
children | 6e412073cf28 |
line wrap: on
line diff
--- a/src/audacious/audconfig.h Wed Apr 16 10:35:05 2008 +0300 +++ b/src/audacious/audconfig.h Wed Apr 16 17:22:16 2008 +0200 @@ -51,9 +51,7 @@ gboolean no_playlist_advance; gboolean stopaftersong; gboolean refresh_file_list; - gboolean smooth_title_scroll; gboolean use_pl_metadata; - gboolean warn_about_unplayables; gboolean warn_about_win_visibility; gboolean use_backslash_as_dir_delimiter; gboolean random_skin_on_play; @@ -90,7 +88,6 @@ gint titlestring_preset; gchar *gentitle_format; gboolean softvolume_enable; - gboolean xmms_compat_mode; gboolean eq_extra_filtering; gint scroll_pl_by; gboolean resume_playback_on_startup; @@ -111,7 +108,6 @@ gboolean use_xmms_style_fileselector; gboolean use_extension_probing; gint colorize_r; gint colorize_g; gint colorize_b; - gboolean terminate; gboolean filepopup_showprogressbar; gboolean close_jtf_dialog; gboolean twoway_scroll;