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:
parent
ca97d1b278
commit
bb1fe04257
@ -101,14 +101,6 @@ CPixmap::Create (Point dim)
|
|||||||
return true;
|
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.
|
// Effectue un appel BltFast.
|
||||||
// Les modes sont 0=transparent, 1=opaque.
|
// Les modes sont 0=transparent, 1=opaque.
|
||||||
|
|
||||||
|
@ -54,7 +54,6 @@ public:
|
|||||||
~CPixmap ();
|
~CPixmap ();
|
||||||
|
|
||||||
bool Create (Point dim);
|
bool Create (Point dim);
|
||||||
void Fill (Rect rect, ColorRef color);
|
|
||||||
|
|
||||||
bool ReloadTargetTextures ();
|
bool ReloadTargetTextures ();
|
||||||
bool Cache (
|
bool Cache (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user