gnome-commander r1946 - in branches/gcmd-1-3: . src



Author: epiotr
Date: Tue Aug  5 17:02:53 2008
New Revision: 1946
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1946&view=rev

Log:
Kill obsoleted code

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/gnome-cmd-file-selector.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-file-selector.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-selector.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-selector.cc	Tue Aug  5 17:02:53 2008
@@ -62,7 +62,6 @@
 
     gboolean active;
     gboolean realized;
-    gboolean selection_lock;
     gboolean sel_first_file;
     GnomeCmdCon *con;
     GnomeCmdDir *cwd, *lwd; // current & last working dir
@@ -1258,7 +1257,6 @@
     fs->priv->lwd = NULL;
     fs->priv->connected_dir = NULL;
     fs->priv->old_btns = NULL;
-    fs->priv->selection_lock = FALSE;
     fs->priv->sel_first_file = TRUE;
     fs->priv->dir_history = NULL;
     fs->priv->active = FALSE;
@@ -1773,8 +1771,6 @@
     if (!fs->priv->realized)
         return;
 
-    fs->priv->selection_lock = TRUE;
-
     gboolean found_my_con = FALSE;
 
     gnome_cmd_combo_clear (GNOME_CMD_COMBO (fs->con_combo));
@@ -1810,8 +1806,6 @@
         }
     }
 
-    fs->priv->selection_lock = FALSE;
-
     // If the connection is no longer available use the home connection
     if (!found_my_con)
         gnome_cmd_file_selector_set_connection (fs, get_home_con ());



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