summaryrefslogtreecommitdiffstats
path: root/src/view
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-10-23 23:50:36 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-10-23 23:50:36 +0200
commit23bee802a5bba0e9a7bd2775fb31bf0af29ba1e7 (patch)
tree7ea3b5cfcacf7428b7c96fc6f8ec300beaa2d202 /src/view
parentf9f3da7048880cb3c4b03d0116bb8be850688e74 (diff)
downloadrpgedit-23bee802a5bba0e9a7bd2775fb31bf0af29ba1e7.tar
rpgedit-23bee802a5bba0e9a7bd2775fb31bf0af29ba1e7.zip
Get rid of lodash
Diffstat (limited to 'src/view')
-rw-r--r--src/view/MapView.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/MapView.ts b/src/view/MapView.ts
index 61b8336..21f83d5 100644
--- a/src/view/MapView.ts
+++ b/src/view/MapView.ts
@@ -1,5 +1,3 @@
-import * as _ from 'lodash';
-
import {nextPowerOf2} from '../util';
import Renderer from './Renderer';