diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-11-25 12:11:44 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-11-25 14:23:48 +0000 |
commit | 137284035db3b40aa59b4df4902c9277e6581092 (patch) | |
tree | eaee996c8d438d5e77aca0106edda64ce4ad71fd /src | |
parent | f7ea4a25d6b916e3aef91db337afcf59328a09bc (diff) |
Calling g_time_val_from_iso8601() once is enough.
Diffstat (limited to 'src')
-rw-r--r-- | src/ft-manager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft-manager.c b/src/ft-manager.c index 87338a35c..3aef05ff3 100644 --- a/src/ft-manager.c +++ b/src/ft-manager.c @@ -545,8 +545,6 @@ void gabble_ft_manager_handle_si_request (GabbleFtManager *self, { GTimeVal val; - g_time_val_from_iso8601 (date_str, &val); - /* FIXME: this assume the timezone is always UTC */ if (g_time_val_from_iso8601 (date_str, &val)) date = val.tv_sec; |