diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-23 15:28:00 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-23 15:28:00 +0000 |
commit | 69cee6e6424abd403d43964fb3c7b63107e1cf61 (patch) | |
tree | 98ccae525ca06d2e0eeb7374b399f411bc78f1ef | |
parent | e0c658c5e700429bcebc6379de27832b789b035d (diff) | |
download | gnunet-gtk-69cee6e6424abd403d43964fb3c7b63107e1cf61.tar.gz gnunet-gtk-69cee6e6424abd403d43964fb3c7b63107e1cf61.zip |
-dead code elimination
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index 74e7cf5f..4130e022 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -82,9 +82,6 @@ update_selectivity (gpointer data) | |||
82 | 82 | ||
83 | builder = GTK_BUILDER (data); | 83 | builder = GTK_BUILDER (data); |
84 | 84 | ||
85 | tm = GTK_TREE_MODEL (gtk_builder_get_object | ||
86 | (builder, | ||
87 | "GNUNET_GTK_file_sharing_publishing_tree_store")); | ||
88 | tv = GTK_TREE_VIEW (gtk_builder_get_object | 85 | tv = GTK_TREE_VIEW (gtk_builder_get_object |
89 | (builder, | 86 | (builder, |
90 | "GNUNET_GTK_master_publish_dialog_pseudonym_tree_view")); | 87 | "GNUNET_GTK_master_publish_dialog_pseudonym_tree_view")); |