X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fpeopsxgl%2Fgpucfg%2Fsupport.h;fp=plugins%2Fpeopsxgl%2Fgpucfg%2Fsupport.h;h=0000000000000000000000000000000000000000;hb=f2bd6ff85d23f3e421b2f30f86080d71d4e95046;hp=aee31f935d543edfdb1944a3bbc628ef0dc84144;hpb=80c2304e511b5463b5046f7ff1c49103c786755f;p=pcsx_rearmed.git diff --git a/plugins/peopsxgl/gpucfg/support.h b/plugins/peopsxgl/gpucfg/support.h deleted file mode 100644 index aee31f93..00000000 --- a/plugins/peopsxgl/gpucfg/support.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * DO NOT EDIT THIS FILE - it is generated by Glade. - */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include - -/* - * Public Functions. - */ - -/* - * This function returns a widget in a component created by Glade. - * Call it with the toplevel widget in the component (i.e. a window/dialog), - * or alternatively any widget in the component, and the name of the widget - * you want returned. - */ -GtkWidget* lookup_widget (GtkWidget *widget, - const gchar *widget_name); - -/* get_widget() is deprecated. Use lookup_widget instead. */ -#define get_widget lookup_widget - -/* Use this function to set the directory containing installed pixmaps. */ -void add_pixmap_directory (const gchar *directory); - - -/* - * Private Functions. - */ - -/* This is used to create the pixmaps in the interface. */ -GtkWidget* create_pixmap (GtkWidget *widget, - const gchar *filename); -