diff --git a/web/src/lib/components/editor/EditorToolbar.svelte b/web/src/lib/components/editor/EditorToolbar.svelte
deleted file mode 100644
index 4a2f4637..00000000
--- a/web/src/lib/components/editor/EditorToolbar.svelte
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-{#if editor}
-
- {#each buttons as group, gi}
- {#if gi > 0}{/if}
- {#each group.items as b}
-
- {/each}
- {/each}
-
-
-
-
-
-
-{/if}
-
-