diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-21 21:25:42 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-21 21:26:11 +0000 |
commit | 024311c49e928b1ed3a8c7c6b890a2bb783ed3a3 (patch) | |
tree | 33e6331463e8c03002ecabea39f5723f3c288893 /rts/VisCallbacks.h | |
parent | cc097a43c851891c7a1535d2082c7e392230123d (diff) | |
download | haskell-024311c49e928b1ed3a8c7c6b890a2bb783ed3a3.tar.gz |
Remove some more old, unused code
Diffstat (limited to 'rts/VisCallbacks.h')
-rw-r--r-- | rts/VisCallbacks.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/rts/VisCallbacks.h b/rts/VisCallbacks.h deleted file mode 100644 index d242010fad..0000000000 --- a/rts/VisCallbacks.h +++ /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); |