summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/config.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/components/config.ts b/components/config.ts
index a60c626..7cfe85a 100644
--- a/components/config.ts
+++ b/components/config.ts
@@ -49,19 +49,6 @@ export const initialFilter = {
date: [],
}
-// 0: never
-// 1: hover
-// 2: click
-// 3: doubleclick
-// 4: rightclick
-export const initialMouse = {
- highlight: 1,
- select: 2,
- open: 2,
- local: 3,
- follow: 4,
-}
-
function getAlgos(option?: boolean) {
const options: string[] = []
const algorithms: { [name: string]: (percent: number) => number } = {}