diff --git a/src/public/app/services/note_list_renderer.js b/src/public/app/services/note_list_renderer.js index 8b361ec26..d683e67fe 100644 --- a/src/public/app/services/note_list_renderer.js +++ b/src/public/app/services/note_list_renderer.js @@ -3,35 +3,6 @@ import noteContentRenderer from "./note_content_renderer.js"; import treeCache from "./tree_cache.js"; import attributeService from "./attributes.js"; -const ZOOMS = { - 1: { - width: "100%", - height: "100%" - }, - 2: { - width: "49%", - height: "350px" - }, - 3: { - width: "32%", - height: "250px" - }, - 4: { - width: "24%", - height: "200px" - }, - 5: { - width: "19%", - height: "175px" - }, - 6: { - width: "16%", - height: "150px" - } -}; - -const zoomLevel = 2; - const TPL = `