From 1f925078e97bd3ef26f965fe3e21cc8fdb0b682e Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 2 Sep 2014 14:59:06 -0700 Subject: [PATCH] Remove deprecation --- src/cursor.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cursor.coffee b/src/cursor.coffee index 22a60a8ef..9341d8b8a 100644 --- a/src/cursor.coffee +++ b/src/cursor.coffee @@ -1,7 +1,6 @@ {Point, Range} = require 'text-buffer' {Model} = require 'theorist' _ = require 'underscore-plus' -{deprecate} = require 'grim' # Extended: The `Cursor` class represents the little blinking line identifying # where text can be inserted.