Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed May 4, 2022
1 parent 8e80d31 commit 081a83a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lang/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { requestPointerLock, exitPointerLock } from "./../input/input.js";
import { TextureAtlas } from "./../video/texture.js";
import Renderer from "./../video/renderer.js";
import { Draggable, DropTarget } from "./../renderable/dragndrop.js";
import * as event from "./../system/event.js";

/**
* placeholder for all deprecated classes and corresponding alias for backward compatibility
Expand Down

0 comments on commit 081a83a

Please sign in to comment.