Remove stale code

This commit is contained in:
Jonas Kulla 2014-08-19 03:05:49 +02:00
parent 9c3d40de5e
commit 0c72659025

View file

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