rm plugins that we won't use
[pcsx_rearmed.git] / plugins / peopsxgl / menu.h
diff --git a/plugins/peopsxgl/menu.h b/plugins/peopsxgl/menu.h
deleted file mode 100644 (file)
index 426eacc..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/***************************************************************************\r
-                           menu.h  -  description\r
-                             -------------------\r
-    begin                : Sun Mar 08 2009\r
-    copyright            : (C) 1999-2009 by Pete Bernert\r
-    web                  : www.pbernert.com   \r
- ***************************************************************************/\r
-\r
-/***************************************************************************\r
- *                                                                         *\r
- *   This program is free software; you can redistribute it and/or modify  *\r
- *   it under the terms of the GNU General Public License as published by  *\r
- *   the Free Software Foundation; either version 2 of the License, or     *\r
- *   (at your option) any later version. See also the license.txt file for *\r
- *   additional informations.                                              *\r
- *                                                                         *\r
- ***************************************************************************/\r
-\r
-//*************************************************************************// \r
-// History of changes:\r
-//\r
-// 2009/03/08 - Pete  \r
-// - generic cleanup for the Peops release\r
-//\r
-//*************************************************************************// \r
-\r
-#ifndef _GL_MENU_H_\r
-#define _GL_MENU_H_\r
-\r
-void DisplayText(void);\r
-void HideText(void);\r
-void KillDisplayLists(void);\r
-void MakeDisplayLists(void);\r
-void BuildDispMenu(int iInc);\r
-void SwitchDispMenu(int iStep);\r
-void CreatePic(unsigned char * pMem);\r
-void DisplayPic(void);\r
-void DestroyPic(void);\r
-void ShowGunCursor(void);\r
-\r
-#endif // _GL_MENU_H_\r