Skip to content

Commit

Permalink
chore: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ianshade committed Oct 31, 2023
1 parent b4219aa commit 40be119
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/app/src/electron/EverythingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ import { SuperConductor } from './SuperConductor'
import { UndoLedgerKey, UndoLedgerService } from './UndoService'
import { SpecialLedgers } from '../models/project/Project'

// type IPCServerEvents = {
// updatedUndoLedger: (
// undoLedger: Readonly<{ [key: string | symbol]: UndoLedger }>,
// undoPointer: Readonly<UndoPointer>
// ) => void
// }

export function isUndoable(result: unknown): result is UndoableResult<any> {
if (typeof result !== 'object' || result === null) {
return false
Expand Down

0 comments on commit 40be119

Please sign in to comment.