aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-26 17:56:59 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-27 03:52:12 +0800
commitc861f39a49eca2740aa58ede91077b2274a8f415 (patch)
tree4c2ce178c2f871bb032347b091903c19d98dc949
parente6c6e9d5c49883659297c11129e95e0ed1529dec (diff)
downloadgsoc2013-empathy-c861f39a49eca2740aa58ede91077b2274a8f415.tar
gsoc2013-empathy-c861f39a49eca2740aa58ede91077b2274a8f415.tar.gz
gsoc2013-empathy-c861f39a49eca2740aa58ede91077b2274a8f415.tar.bz2
gsoc2013-empathy-c861f39a49eca2740aa58ede91077b2274a8f415.tar.lz
gsoc2013-empathy-c861f39a49eca2740aa58ede91077b2274a8f415.tar.xz
gsoc2013-empathy-c861f39a49eca2740aa58ede91077b2274a8f415.tar.zst
gsoc2013-empathy-c861f39a49eca2740aa58ede91077b2274a8f415.zip
Remove more dead code
-rw-r--r--libempathy-gtk/empathy-log-window.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index badd4cd90..8fceb331a 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -2188,9 +2188,6 @@ log_window_got_messages_for_date_cb (GObject *manager,
{
DEBUG ("Unable to retrieve messages for the selected date: %s. Aborting",
error->message);
-/* FIXME
- empathy_chat_view_append_event (log_window->chatview_events,
- "Unable to retrieve messages for the selected date");*/
g_error_free (error);
goto out;
}
@@ -2362,9 +2359,6 @@ log_manager_got_dates_cb (GObject *manager,
{
DEBUG ("Unable to retrieve messages' dates: %s. Aborting",
error->message);
-/* FIXME
- empathy_chat_view_append_event (log_window->chatview_events,
- _("Unable to retrieve messages' dates"));*/
goto out;
}