Mercurial > pidgin
changeset 32227:f331cb5325d7
Remove obsolete preference "/purple/debug/timestamps".
author | andrew.victor@mxit.com |
---|---|
date | Sun, 25 Sep 2011 19:09:01 +0000 |
parents | 02a2e8183b1d |
children | 48bc3f9f2115 |
files | libpurple/debug.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/debug.c Sun Sep 25 18:56:58 2011 +0000 +++ b/libpurple/debug.c Sun Sep 25 19:09:01 2011 +0000 @@ -224,12 +224,5 @@ purple_debug_set_verbose(TRUE); purple_prefs_add_none("/purple/debug"); - - /* - * This pref is obsolete and no longer referenced anywhere. It only - * survives here because it would be an API break if we removed it. - * Remove this when we get to 3.0.0 :) - */ - purple_prefs_add_bool("/purple/debug/timestamps", TRUE); }