]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/src/control-data.c
* completed implementation of View interface
[helm.git] / helm / gtkmathview-bonobo / src / control-data.c
index 10f06491c338a197cd9e04ddd78b6e39c35561e6..b96e993383a3b20d2207b3716d6529dfe70d24ee 100644 (file)
@@ -6,7 +6,6 @@ gtk_math_view_control_data_new(GtkMathView *math_view)
 {
   GtkMathViewControlData *cd = g_new(GtkMathViewControlData,1);
   cd->math_view = math_view;
-  cd->semantic_selection = FALSE;
   cd->first_selected = NULL;
   cd->root_selected = NULL;
   cd->id_ns_uri = NULL;