dfxvideo: massive cleanup
[pcsx_rearmed.git] / plugins / dfxvideo / soft.h
diff --git a/plugins/dfxvideo/soft.h b/plugins/dfxvideo/soft.h
deleted file mode 100644 (file)
index f52d5c0..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/***************************************************************************\r
-                         soft.h  -  description\r
-                             -------------------\r
-    begin                : Sun Oct 28 2001\r
-    copyright            : (C) 2001 by Pete Bernert\r
-    email                : BlackDove@addcom.de\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 _GPU_SOFT_H_\r
-#define _GPU_SOFT_H_\r
-\r
-void offsetPSXLine(void);\r
-void offsetPSX2(void);\r
-void offsetPSX3(void);\r
-void offsetPSX4(void);\r
-\r
-void FillSoftwareAreaTrans(short x0,short y0,short x1,short y1,unsigned short col);\r
-void FillSoftwareArea(short x0,short y0,short x1,short y1,unsigned short col);\r
-void drawPoly3G(int32_t rgb1, int32_t rgb2, int32_t rgb3);\r
-void drawPoly4G(int32_t rgb1, int32_t rgb2, int32_t rgb3, int32_t rgb4);\r
-void drawPoly3F(int32_t rgb);\r
-void drawPoly4F(int32_t rgb);\r
-void drawPoly4FT(unsigned char * baseAddr);\r
-void drawPoly4GT(unsigned char * baseAddr);\r
-void drawPoly3FT(unsigned char * baseAddr);\r
-void drawPoly3GT(unsigned char * baseAddr);\r
-void DrawSoftwareSprite(unsigned char * baseAddr,short w,short h,int32_t tx,int32_t ty);\r
-void DrawSoftwareSpriteTWin(unsigned char * baseAddr,int32_t w,int32_t h);\r
-void DrawSoftwareSpriteMirror(unsigned char * baseAddr,int32_t w,int32_t h);\r
-void DrawSoftwareLineShade(int32_t rgb0, int32_t rgb1);\r
-void DrawSoftwareLineFlat(int32_t rgb);\r
-\r
-#endif // _GPU_SOFT_H_\r