Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sobo authored and Antonio Scandurra committed May 3, 2017
1 parent 773c3fe commit cecb1f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/display-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const Point = require('./point')
const Range = require('./range')
const CompositeTextDecorationLayer = require('./composite-text-decoration-layer')
const DisplayMarkerLayer = require('./display-marker-layer')
const MarkerTextDecorationLayer = require('./marker-text-decoration-layer')
const {traverse, traversal, compare, max, isEqual} = require('./point-helpers')
const isCharacterPair = require('./is-character-pair')
const ScreenLineBuilder = require('./screen-line-builder')
Expand Down

0 comments on commit cecb1f0

Please sign in to comment.