summaryrefslogtreecommitdiff
path: root/gui/Linux.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-28 15:41:04 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-28 15:41:04 +0000
commit676eb630fbb2ac830a0befdd30a3a16705af7e86 (patch)
treef2586fbf4d2ad8f293397faf9034ccdb7a5bdef6 /gui/Linux.h
parent99bc6308ba92d0bf8bf158f032b21b7aa17a3bf2 (diff)
downloadpcsxr-676eb630fbb2ac830a0befdd30a3a16705af7e86.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38411 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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__ */