diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 09:48:38 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 09:48:38 +0200 |
| commit | 09596c3c5a6a2a44675f170106bb38746229e02a (patch) | |
| tree | 763d1b710dc5f2fcab920ac6ab2c555cee4d6342 /src/scripts/views/layers/layer.ts | |
| parent | 057952b0bacc6e963c74bb1bbebbcccd6174a75c (diff) | |
Remove old frontend
Diffstat (limited to 'src/scripts/views/layers/layer.ts')
| -rw-r--r-- | src/scripts/views/layers/layer.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/scripts/views/layers/layer.ts b/src/scripts/views/layers/layer.ts deleted file mode 100644 index 5e5295ac..00000000 --- a/src/scripts/views/layers/layer.ts +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Interface for a subview, representing a layer of the map view. - */ -export interface Layer { - container: createjs.Container; - - draw(): void; -} |
