summaryrefslogtreecommitdiff
path: root/gui/Linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/Linux.h')
-rw-r--r--gui/Linux.h17
1 files changed, 0 insertions, 17 deletions
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__ */