Core: Remove ifdefs that don't influence RGSS specific behavior
This is the first step in eliminating the build time RGSS versioning.
This commit is contained in:
parent
28421a0ce5
commit
b1981055e1
12 changed files with 40 additions and 160 deletions
|
|
@ -488,8 +488,6 @@ void Bitmap::fillRect(const IntRect &rect, const Vec4 &color)
|
|||
p->onModified();
|
||||
}
|
||||
|
||||
#ifdef RGSS2
|
||||
|
||||
void Bitmap::gradientFillRect(int x, int y,
|
||||
int width, int height,
|
||||
const Vec4 &color1, const Vec4 &color2,
|
||||
|
|
@ -553,6 +551,8 @@ void Bitmap::clearRect(const IntRect &rect)
|
|||
p->onModified();
|
||||
}
|
||||
|
||||
#ifdef RGSS2
|
||||
|
||||
void Bitmap::blur()
|
||||
{
|
||||
GUARD_MEGA;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue