From c407268a5bdca8bd903bc1cc28dea3aac3fa2efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr> Date: Tue, 22 Feb 2022 11:37:06 +0100 Subject: [PATCH] [ivette] cleanup unused 'ambiance' theme --- ivette/src/renderer/Controller.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ivette/src/renderer/Controller.tsx b/ivette/src/renderer/Controller.tsx index 5d4d89e6564..5dde04e965f 100644 --- a/ivette/src/renderer/Controller.tsx +++ b/ivette/src/renderer/Controller.tsx @@ -40,8 +40,6 @@ import { Text } from 'dome/text/editors'; import * as Ivette from 'ivette'; import * as Server from 'frama-c/server'; -import 'codemirror/theme/ambiance.css'; - // -------------------------------------------------------------------------- // --- Configure Server // -------------------------------------------------------------------------- -- GitLab