From 372a8d0d9eb2fbcb26723e70b43a2db502b53f2c Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 26 Feb 2009 11:19:40 +0000 Subject: remove deprecated and commented code. 2009-02-26 Andre Klapper * exchange-permissions-dialog.c: remove deprecated and commented code. svn path=/trunk/; revision=37340 --- plugins/exchange-operations/ChangeLog | 5 +++++ plugins/exchange-operations/exchange-permissions-dialog.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 34dc1f3aa0..82e3c33902 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2009-02-26 Andre Klapper + + * exchange-permissions-dialog.c: + remove deprecated and commented code. + 2008-12-08 Bharath Acharya ** Fix for bug #558498 diff --git a/plugins/exchange-operations/exchange-permissions-dialog.c b/plugins/exchange-operations/exchange-permissions-dialog.c index d5c171382b..ddcec2d592 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.c +++ b/plugins/exchange-operations/exchange-permissions-dialog.c @@ -505,9 +505,6 @@ setup_user_list (ExchangePermissionsDialog *dialog) E2kSid *default_entry; GList *sids; - /* FIXME */ - /* gtk_clist_freeze (dialog->priv->clist); */ - /* Always put "Default" first. */ default_entry = e2k_security_descriptor_get_default (sd); add_user_to_list (dialog, default_entry, TRUE); @@ -519,8 +516,6 @@ setup_user_list (ExchangePermissionsDialog *dialog) sids = sids->next; } g_list_free (sids); - - /* gtk_clist_thaw (dialog->priv->clist); */ } -- cgit v1.2.3