[nautilus-actions: 15/45] Comment out unused functions in IActionsList



commit b308e620e0bc54ba5dfb45a373e3066e1d04d735
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun Jul 19 17:16:20 2009 +0200

    Comment out unused functions in IActionsList

 src/nact/nact-iactions-list.c |    8 ++++----
 src/nact/nact-iactions-list.h |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/nact/nact-iactions-list.c b/src/nact/nact-iactions-list.c
index 133464a..9876d3d 100644
--- a/src/nact/nact-iactions-list.c
+++ b/src/nact/nact-iactions-list.c
@@ -321,7 +321,7 @@ nact_iactions_list_fill( NactWindow *window )
  * Set the selection to the named action.
  * If not found, we select the first following, else the previous one.
  */
-void
+/*void
 nact_iactions_list_set_selection( NactWindow *window, const gchar *uuid, const gchar *label )
 {
 	static const gchar *thisfn = "nact_iactions_list_set_selection";
@@ -367,17 +367,17 @@ nact_iactions_list_set_selection( NactWindow *window, const gchar *uuid, const g
 	if( !found && count ){
 		gtk_tree_selection_select_iter( selection, &previous );
 	}
-}
+}*/
 
 /**
  * Reset the focus on the ActionsList listbox.
  */
-void
+/*void
 nact_iactions_list_set_focus( NactWindow *window )
 {
 	GtkWidget *list = get_actions_list_widget( window );
 	gtk_widget_grab_focus( list );
-}
+}*/
 
 /**
  * Returns the currently selected action or profile.
diff --git a/src/nact/nact-iactions-list.h b/src/nact/nact-iactions-list.h
index 94cd3f8..935884c 100644
--- a/src/nact/nact-iactions-list.h
+++ b/src/nact/nact-iactions-list.h
@@ -75,8 +75,8 @@ void      nact_iactions_list_runtime_init( NactWindow *window );
 void      nact_iactions_list_fill( NactWindow *window );
 NAObject *nact_iactions_list_get_selected_action( NactWindow *window );
 GSList  * nact_iactions_list_get_selected_actions( NactWindow *window );
-void      nact_iactions_list_set_selection( NactWindow *window, const gchar *uuid, const gchar *label );
-void      nact_iactions_list_set_focus( NactWindow *window );
+/*void      nact_iactions_list_set_selection( NactWindow *window, const gchar *uuid, const gchar *label );*/
+/*void      nact_iactions_list_set_focus( NactWindow *window );*/
 void      nact_iactions_list_set_modified( NactWindow *window, gboolean is_modified, gboolean can_save );
 void      nact_iactions_list_toggle_collapse( NactWindow *window );
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]