chiark / gitweb /
propagate button in track properties popup
[disorder] / disobedience / control.c
index 1d051672000f1d766b9f6b192a6705fd73af1fd3..f4541f73be55e30f459d5cb2623db97ad83b62cf 100644 (file)
@@ -28,7 +28,6 @@
 WT(adjustment);
 WT(hscale);
 WT(hbox);
-WT(tooltips);
 WT(button);
 WT(image);
 WT(label);
@@ -125,11 +124,9 @@ GtkWidget *control_widget(void) {
   GtkWidget *content;
   GdkPixbuf *pb;
   GtkWidget *v, *b;
-  GtkTooltips *tips = gtk_tooltips_new();
   int n;
 
   NW(hbox);
-  NW(tooltips);
   D(("control_widget"));
   for(n = 0; n < NICONS; ++n) {
     NW(button);