Get rid of C++ comment.

svn path=/trunk/; revision=34171
This commit is contained in:
Guy Harris 2010-09-21 07:17:20 +00:00
parent c2e11e06be
commit ef4a2e73b0
1 changed files with 3 additions and 1 deletions

View File

@ -993,7 +993,9 @@ static void
view_menu_en_for_MAC_cb(GtkAction *action, gpointer user_data)
{
gboolean state;
//name_resolution_cb( widget , user_data, RESOLV_MAC);
#if 0
name_resolution_cb( widget , user_data, RESOLV_MAC);
#endif
state = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
}