gnome-terminal r2681 - trunk/src



Author: chpe
Date: Thu May 29 19:44:43 2008
New Revision: 2681
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2681&view=rev

Log:
Remove commented-out code.


Modified:
   trunk/src/profile-editor.c

Modified: trunk/src/profile-editor.c
==============================================================================
--- trunk/src/profile-editor.c	(original)
+++ trunk/src/profile-editor.c	Thu May 29 19:44:43 2008
@@ -923,7 +923,6 @@
                     G_CALLBACK (update_image_preview), NULL);
 }
 
-// #include <gconf/gconf.h>
 static void
 profile_editor_destroyed (GtkWidget       *editor,
                           TerminalProfile *profile)
@@ -936,14 +935,9 @@
                                         G_CALLBACK (profile_palette_notify_scheme_combo_cb), NULL);
   g_signal_handlers_disconnect_matched (profile, G_SIGNAL_MATCH_FUNC, 0, 0, NULL,
                                         G_CALLBACK (profile_palette_notify_colorpickers_cb), NULL);
-  /* FIXMEchpe are those all? */
   
   g_object_set_data (G_OBJECT (profile), "editor-window", NULL);
   g_object_set_data (G_OBJECT (editor), "builder", NULL);
-  
-  /* FIXMEchpe why!?? */
-/*  gconf_client_notify (gconf_client_get_default ();
-		       CONF_GLOBAL_PREFIX"/profile_list");*/
 }
 
 void



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