diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2020-02-02 10:40:45 -0500 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2020-02-02 10:40:45 -0500 |
| commit | 0688541300ad0fa5cda7543d5bdc2e2c56246fbc (patch) | |
| tree | 191a7a45505f19efd82b02a213e18cd453d759fc /src/client/views/animationtimeline/Keyframe.tsx | |
| parent | ad15ebb5f1572702894ba96caf9a66be278e1e81 (diff) | |
cleanup (unstable)
Diffstat (limited to 'src/client/views/animationtimeline/Keyframe.tsx')
| -rw-r--r-- | src/client/views/animationtimeline/Keyframe.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/animationtimeline/Keyframe.tsx b/src/client/views/animationtimeline/Keyframe.tsx index d53000460..482d066ba 100644 --- a/src/client/views/animationtimeline/Keyframe.tsx +++ b/src/client/views/animationtimeline/Keyframe.tsx @@ -137,7 +137,6 @@ interface IProps { tickSpacing: number; tickIncrement: number; time: number; - check: string; changeCurrentBarX: (x: number) => void; transform: Transform; makeKeyData: (region:RegionData, pos: number, kftype:KeyframeFunc.KeyframeType) => Doc; |
