Skip to content

Commit

Permalink
remove unused action type
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Oct 2, 2024
1 parent ca73917 commit 48b59fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/state/selection/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ export interface SetRecentColorsAction {
type: string;
}

export interface ApplySessionColorChangeAction {
payload: ColorChange;
type: string;
}

export interface ApplyUserColorSelectionAction {
payload: ColorChange;
type: string;
Expand Down

0 comments on commit 48b59fd

Please sign in to comment.