Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 23, 2024
1 parent e19cfcd commit c71d9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { WalletManager } from '../walletManager'
import { IPC_ACTIONS } from '../ipc/ipcActions'
import { AutoUpdaterManager } from '../autoUpdaterManager'
import overwriteWitnetNodeConfiguration from '../utils/overwriteWitnetNodeConfiguration'
import { SHEIKAH_PATH } from '../constants'

const { SHUTDOWN, SHUTDOWN_FINISHED, CLEAR_WALLET_FILES } = IPC_ACTIONS.Window

Expand Down

0 comments on commit c71d9c6

Please sign in to comment.