mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Removed currentGlobalColor
This commit is contained in:
@@ -15,8 +15,6 @@ var canvasView = document.getElementById("canvas-view");
|
||||
// main canvas
|
||||
// REFACTOR: carefully check if it's possible to remove this one
|
||||
var canvas = document.getElementById('pixel-canvas');
|
||||
// REFACTOR: find some way to put these in ColorModule?
|
||||
var currentGlobalColor;
|
||||
|
||||
// Layers
|
||||
// REFACTOR: File class / IIFE?
|
||||
|
||||
Reference in New Issue
Block a user