summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom/cdrcfg-0.1df/callbacks.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 15:29:20 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 15:29:20 +0000
commit24054df7ea8081b4a4b9875344b37458ec8502a5 (patch)
tree5bfa94e8ac0899b30a8456f5faf188392a78d1ce /plugins/dfcdrom/cdrcfg-0.1df/callbacks.h
parent93e34824a3aaa71b3d9f423311c7ca1f67f4fd73 (diff)
downloadpcsxr-24054df7ea8081b4a4b9875344b37458ec8502a5.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38278 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdrcfg-0.1df/callbacks.h')
-rw-r--r--plugins/dfcdrom/cdrcfg-0.1df/callbacks.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/dfcdrom/cdrcfg-0.1df/callbacks.h b/plugins/dfcdrom/cdrcfg-0.1df/callbacks.h
deleted file mode 100644
index 622914d9..00000000
--- a/plugins/dfcdrom/cdrcfg-0.1df/callbacks.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#include <gtk/gtk.h>
-
-
-void
-on_cfg_dialog_show (GtkWidget *widget,
- gpointer user_data);
-
-void
-on_cfg_cancelbutton_clicked (GtkButton *button,
- gpointer user_data);
-
-void
-on_cfg_okbutton_clicked (GtkButton *button,
- gpointer user_data);
-
-void
-on_abt_okbutton_clicked (GtkButton *button,
- gpointer user_data);