summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-09 16:52:17 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-10 17:44:53 +0200
commit0badcd14dc0ba8b3b6894be035237b846e3fb0e6 (patch)
treec02d6eca91b57cd1f5591b3860af0f1443b55884 /tools
parentfce1b3762b2a3b3035b9a3c2a6be038bde10aa1c (diff)
downloaduca-0badcd14dc0ba8b3b6894be035237b846e3fb0e6.tar.gz
uca-0badcd14dc0ba8b3b6894be035237b846e3fb0e6.tar.bz2
uca-0badcd14dc0ba8b3b6894be035237b846e3fb0e6.tar.xz
uca-0badcd14dc0ba8b3b6894be035237b846e3fb0e6.zip
Remove unneccessary variable
Diffstat (limited to 'tools')
-rw-r--r--tools/gui/control.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gui/control.c b/tools/gui/control.c
index 178c809..89e932a 100644
--- a/tools/gui/control.c
+++ b/tools/gui/control.c
@@ -37,7 +37,6 @@ typedef struct {
guchar *buffer, *pixels;
GdkPixbuf *pixbuf;
GtkWidget *image;
- GtkTreeModel *property_model;
UcaCamera *camera;
GtkStatusbar *statusbar;
@@ -242,7 +241,6 @@ create_main_window (GtkBuilder *builder, const gchar* camera_name)
td.statusbar_context_id = gtk_statusbar_get_context_id (td.statusbar, "Recording Information");
td.store = FALSE;
td.camera = camera;
- td.property_model = GTK_TREE_MODEL (gtk_builder_get_object (builder, "camera-properties"));
g_signal_connect (window, "destroy", G_CALLBACK (on_destroy), &td);
g_signal_connect (gtk_builder_get_object (builder, "toolbutton_run"),