diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-30 00:50:55 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-30 00:50:55 -0400 |
| commit | dd34e949dc86f26b77809c6b0a0c06593da4e8e3 (patch) | |
| tree | d64e18aae835ad8a289e01b37d1c460de2a556ab /sigmodr/widgets/mapeditor/MapScene.cpp | |
| parent | 9dfbc2522932964957013b844325bf3a9402cad4 (diff) | |
Connect up the UI for setting walkable area view
Diffstat (limited to 'sigmodr/widgets/mapeditor/MapScene.cpp')
| -rw-r--r-- | sigmodr/widgets/mapeditor/MapScene.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sigmodr/widgets/mapeditor/MapScene.cpp b/sigmodr/widgets/mapeditor/MapScene.cpp index 0152332e..384e5e7c 100644 --- a/sigmodr/widgets/mapeditor/MapScene.cpp +++ b/sigmodr/widgets/mapeditor/MapScene.cpp @@ -281,11 +281,6 @@ void MapScene::showWarps(const int state) } } -void MapScene::tileMask(const bool mask) -{ - emit(maskTiles(mask)); -} - void MapScene::itemSelectionChanged() { QList<QGraphicsItem*> items = selectedItems(); |
