Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / VisCallbacks.h
diff --git a/ghc/rts/VisCallbacks.h b/ghc/rts/VisCallbacks.h
deleted file mode 100644 (file)
index d242010..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#include <gtk/gtk.h>
-
-
-void
-on_cont_radio_clicked                  (GtkButton       *button,
-                                        gpointer         user_data);
-
-void
-on_stop_before_radio_clicked           (GtkButton       *button,
-                                        gpointer         user_data);
-
-void
-on_stop_after_radio_clicked            (GtkButton       *button,
-                                        gpointer         user_data);
-
-void
-on_stop_both_radio_clicked             (GtkButton       *button,
-                                        gpointer         user_data);
-
-void
-on_stop_but_clicked                    (GtkButton       *button,
-                                        gpointer         user_data);
-
-void
-on_continue_but_clicked                (GtkButton       *button,
-                                        gpointer         user_data);
-
-void
-on_quit_but_clicked                    (GtkButton       *button,
-                                        gpointer         user_data);