refs #1542 Remove unused code

This commit is contained in:
AkiraFukushima 2020-07-08 23:32:21 +09:00
parent e13e06bb11
commit 818fbfa223
1 changed files with 0 additions and 9 deletions

View File

@ -161,15 +161,6 @@ const actions: ActionTree<AppState, RootState> = {
break
}
}
// loadProxy: ({ commit }) => {
// return new Promise(resolve => {
// win.ipcRenderer.once('response-get-proxy-configuration', (_, proxy: ProxyConfig | false) => {
// commit(MUTATION_TYPES.UPDATE_PROXY_CONFIGURATION, proxy)
// resolve(proxy)
// })
// win.ipcRenderer.send('get-proxy-configuration')
// })
// }
}
const App: Module<AppState, RootState> = {