rm plugins that we won't use
[pcsx_rearmed.git] / plugins / peopsxgl / prim.h
diff --git a/plugins/peopsxgl/prim.h b/plugins/peopsxgl/prim.h
deleted file mode 100644 (file)
index e10f1ad..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/***************************************************************************\r
-                          prim.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
-#ifndef _PRIMDRAW_H_\r
-#define _PRIMDRAW_H_\r
-\r
-void UploadScreen (int Position);\r
-void PrepareFullScreenUpload (int Position);\r
-BOOL CheckAgainstScreen(short imageX0,short imageY0,short imageX1,short imageY1);\r
-BOOL CheckAgainstFrontScreen(short imageX0,short imageY0,short imageX1,short imageY1);\r
-BOOL FastCheckAgainstScreen(short imageX0,short imageY0,short imageX1,short imageY1);\r
-BOOL FastCheckAgainstFrontScreen(short imageX0,short imageY0,short imageX1,short imageY1);\r
-BOOL bCheckFF9G4(unsigned char * baseAddr);\r
-void SetScanTrans(void);\r
-void SetScanTexTrans(void);\r
-void DrawMultiBlur(void);\r
-void CheckWriteUpdate();\r
-\r
-#endif // _PRIMDRAW_H_\r