From 676eb630fbb2ac830a0befdd30a3a16705af7e86 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 28 Nov 2009 15:41:04 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38411 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/Linux.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'gui/Linux.h') diff --git a/gui/Linux.h b/gui/Linux.h index 5048f7f1..a592bc19 100644 --- a/gui/Linux.h +++ b/gui/Linux.h @@ -45,8 +45,6 @@ void SaveConfig(); void StartGui(); -void ConfigurePlugins(); - void PADhandleKey(int key); void UpdateMenuSlots(); @@ -64,19 +62,4 @@ void UpdatePluginsBIOS(); void SysErrorMessage(gchar *primary, gchar *secondary); void SysInfoMessage(gchar *primary, gchar *secondary); -typedef struct { - GtkWidget *Combo; - GList *glist; - char plist[255][255]; /* TODO Comment this out */ - int plugins; /* TODO Comment this out and replace with glist count */ -} PluginConf; - -PluginConf GpuConfS; -PluginConf SpuConfS; -PluginConf CdrConfS; -PluginConf Pad1ConfS; -PluginConf Pad2ConfS; -PluginConf NetConfS; -PluginConf BiosConfS; - #endif /* __LINUX_H__ */ -- cgit v1.2.3