Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 9b51413

Browse files
Don't use deleted lib anymore
1 parent a2698c2 commit 9b51413

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/main-window.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const themes = require('../styles')
1010
const nest = require('depnest')
1111
const LatestUpdate = require('./latest-update')
1212
const ref = require('ssb-ref')
13-
const setupContextMenuAndSpellCheck = require('./context-menu-and-spellcheck')
1413
const watch = require('mutant/watch')
1514
const requireStyle = require('require-style')
1615
const ssbUri = require('ssb-uri')
@@ -55,7 +54,6 @@ module.exports = function (config) {
5554
const i18n = api.intl.sync.i18n
5655
const language = api.settings.obs.get('patchwork.lang', '')()
5756
moment.locale(language)
58-
setupContextMenuAndSpellCheck(api.config.sync.load(), { navigate, getMessageText, language })
5957

6058
const id = api.keys.sync.id()
6159
const latestUpdate = LatestUpdate()

0 commit comments

Comments
 (0)