Remove stale code

This commit is contained in:
Jonas Kulla 2014-08-19 03:05:49 +02:00
parent 9c3d40de5e
commit 0c72659025
1 changed files with 0 additions and 1 deletions

View File

@ -405,7 +405,6 @@ Bitmap *TilemapVX::BitmapArray::get(int i) const
TilemapVX::TilemapVX(Viewport *viewport) TilemapVX::TilemapVX(Viewport *viewport)
{ {
(void) viewport;
p = new TilemapVXPrivate(viewport); p = new TilemapVXPrivate(viewport);
p->bitmapsProxy.p = p; p->bitmapsProxy.p = p;
} }