From b55c277f18a56cb6c6f85df968111f230e828b07 Mon Sep 17 00:00:00 2001 From: timb Date: Sun, 13 Mar 2016 17:46:43 -0700 Subject: rm lex.fill since it is exactly the same fn as lex.assign --- js/lex.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'js/lex.js') diff --git a/js/lex.js b/js/lex.js index 70dd2bf..b0d6007 100644 --- a/js/lex.js +++ b/js/lex.js @@ -84,13 +84,6 @@ Lex.prototype.erase = function (){ this.opacity = 1 this.build() } -Lex.prototype.fill = function(lex){ - this.fg = lex.fg - this.bg = lex.bg - this.char = lex.char - this.opacity = lex.opacity - this.build() -} Lex.prototype.eq = function(lex){ return lex && this.fg == lex.fg && this.bg == lex.bg && this.char == lex.char } -- cgit v1.2.3-70-g09d2