gnome-commander r2254 - in branches/gcmd-1-3: . src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2254 - in branches/gcmd-1-3: . src
- Date: Fri, 31 Oct 2008 22:02:58 +0000 (UTC)
Author: epiotr
Date: Fri Oct 31 22:02:58 2008
New Revision: 2254
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2254&view=rev
Log:
Kill dead code
Modified:
branches/gcmd-1-3/ChangeLog
branches/gcmd-1-3/src/gnome-cmd-data.cc
branches/gcmd-1-3/src/gnome-cmd-data.h
Modified: branches/gcmd-1-3/src/gnome-cmd-data.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-data.cc (original)
+++ branches/gcmd-1-3/src/gnome-cmd-data.cc Fri Oct 31 22:02:58 2008
@@ -844,8 +844,6 @@
gnome_cmd_data_set_uint_array ("/advrename/pat_col_widths%d", advrename_dialog_default_pat_column_width, ADVRENAME_DIALOG_PAT_NUM_COLUMNS);
gnome_cmd_data_set_uint_array ("/advrename/res_col_widths%d", advrename_dialog_default_res_column_width, ADVRENAME_DIALOG_RES_NUM_COLUMNS);
- gnome_cmd_data_set_int ("/advrename/sep_value", advrename_defaults->sep_value);
-
gnome_cmd_data_set_int ("/template-history/size", g_list_length (advrename_defaults->templates->ents));
gnome_cmd_data_set_string_history ("/template-history/template%d", advrename_defaults->templates->ents);
@@ -987,8 +985,6 @@
advrename_dialog_default_res_column_width,
ADVRENAME_DIALOG_RES_NUM_COLUMNS);
- advrename_defaults->sep_value = gnome_cmd_data_get_int ("/advrename/sep_value", 150);
-
size = gnome_cmd_data_get_int ("/template-history/size", 0);
GList *templates = load_string_history ("/template-history/template%d", size);
Modified: branches/gcmd-1-3/src/gnome-cmd-data.h
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-data.h (original)
+++ branches/gcmd-1-3/src/gnome-cmd-data.h Fri Oct 31 22:02:58 2008
@@ -59,7 +59,6 @@
gint width, height;
gint pat_col_widths;
gint res_col_widths;
- gint sep_value;
};
struct FilterSettings
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]