1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Remove dead code

This commit is contained in:
Mathieu Schroeter 2017-08-26 23:07:26 +02:00
parent ca97d1b278
commit bb1fe04257
2 changed files with 0 additions and 9 deletions

View File

@ -101,14 +101,6 @@ CPixmap::Create (Point dim)
return true;
}
// Rempli une zone rectangulaire avec une couleur uniforme.
void
CPixmap::Fill (Rect rect, ColorRef color)
{
// � faire si n�cessaire ...
}
// Effectue un appel BltFast.
// Les modes sont 0=transparent, 1=opaque.

View File

@ -54,7 +54,6 @@ public:
~CPixmap ();
bool Create (Point dim);
void Fill (Rect rect, ColorRef color);
bool ReloadTargetTextures ();
bool Cache (