aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/cfg.h
diff options
context:
space:
mode:
authornotaz2012-07-04 18:25:11 +0300
committernotaz2012-07-09 02:35:59 +0300
commit6d75977b13fede33db381324c610561c6e723a8b (patch)
tree53755c52d6f84c91ad08735d5e7022ecc8c659dc /plugins/dfsound/cfg.h
parent8048a6d763a5d74c6887ea511ba43e3124cd1bff (diff)
downloadpcsx_rearmed-6d75977b13fede33db381324c610561c6e723a8b.tar.gz
pcsx_rearmed-6d75977b13fede33db381324c610561c6e723a8b.tar.bz2
pcsx_rearmed-6d75977b13fede33db381324c610561c6e723a8b.zip
spu: remove all threading code
it is broken for a while now, and I have no intention to fix it.
Diffstat (limited to 'plugins/dfsound/cfg.h')
-rw-r--r--plugins/dfsound/cfg.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/dfsound/cfg.h b/plugins/dfsound/cfg.h
deleted file mode 100644
index 14f3a8d..0000000
--- a/plugins/dfsound/cfg.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/***************************************************************************
- cfg.h - description
- -------------------
- begin : Wed May 15 2002
- copyright : (C) 2002 by Pete Bernert
- email : BlackDove@addcom.de
- ***************************************************************************/
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. See also the license.txt file for *
- * additional informations. *
- * *
- ***************************************************************************/
-
-void ReadConfigSPU(void);
-void StartCfgTool(char * pCmdLine);