Skip to content

Commit

Permalink
remove unused references to colorchange interface (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 authored Sep 12, 2024
1 parent a1d09d9 commit 8aec7f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export type {
SelectionStateInfo,
UIDisplayData,
VisDataFrame,
ColorChange,
SelectionEntry,
TrajectoryFileInfo,
NetConnectionParams,
Expand Down
5 changes: 0 additions & 5 deletions src/simularium/SelectionInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ export interface SelectionEntry {
tags: string[];
}

export interface ColorChange {
agent: SelectionEntry;
color: string;
}

export interface SelectionStateInfo {
highlightedAgents: SelectionEntry[];
hiddenAgents: SelectionEntry[];
Expand Down
1 change: 0 additions & 1 deletion src/simularium/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export type {
SelectionStateInfo,
UIDisplayData,
SelectionEntry,
ColorChange,
} from "./SelectionInterface";
export { ErrorLevel, FrontEndError } from "./FrontEndError";
export { NetMessageEnum } from "./WebsocketClient";
Expand Down

0 comments on commit 8aec7f0

Please sign in to comment.