branch: master
commit d7b2c927664bf65962d7b8d893e56e1a2e38c623
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Remove unused functions.
---
 context-coloring.el |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 6f161c6..f217694 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -302,9 +302,6 @@ generated by `js2-mode'."
    :level level
    :variables (make-hash-table)))
 
-(defun context-coloring-scope-get-depth (scope)
-  (plist-get scope :depth))
-
 (defun context-coloring-scope-get-level (scope)
   (plist-get scope :level))
 
@@ -347,9 +344,6 @@ generated by `js2-mode'."
    :type type
    :vars '()))
 
-(defun context-coloring-let-varlist-get-depth (let-varlist)
-  (plist-get let-varlist :depth))
-
 (defun context-coloring-let-varlist-get-type (let-varlist)
   (plist-get let-varlist :type))
 

Reply via email to