Tilemap: Remove RGSS2 viewport setter
This class is not used in RGSS2 at all.
This commit is contained in:
parent
c88b4b03d6
commit
28421a0ce5
2 changed files with 1 additions and 25 deletions
|
@ -56,12 +56,8 @@ public:
|
|||
void update();
|
||||
|
||||
Autotiles &getAutotiles() const;
|
||||
|
||||
#ifndef RGSS2
|
||||
Viewport *getViewport() const;
|
||||
#else
|
||||
DECL_ATTR( Viewport, Viewport* )
|
||||
#endif
|
||||
|
||||
DECL_ATTR( Tileset, Bitmap* )
|
||||
DECL_ATTR( MapData, Table* )
|
||||
DECL_ATTR( FlashData, Table* )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue