Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 18, 2024
1 parent a53781a commit 3372525
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import colorSchemes from './colorSchemes'
// models
import { DataModelF } from './model/DataModel'
import { DialogQueueSessionMixin } from './model/DialogQueue'
import { SelectedStructuresMixin } from './model/SelectedStructuresMixin'
import { TreeF } from './model/treeModel'
import { MSAModelF } from './model/msaModel'

Expand Down Expand Up @@ -92,7 +91,6 @@ export type BasicTrack = ITextTrack
/**
* #stateModel MsaView
* extends
* - BaseViewModel
* - DialogQueueSessionMixin
* - MSAModel
* - Tree
Expand All @@ -101,7 +99,6 @@ function stateModelFactory() {
return types
.compose(
DialogQueueSessionMixin(),
SelectedStructuresMixin(),
TreeF(),
MSAModelF(),
types.model('MsaView', {
Expand Down

0 comments on commit 3372525

Please sign in to comment.