diff options
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html index 5c957619..9e2bacd5 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | |||
@@ -34,8 +34,6 @@ | |||
34 | "container_layers" : {"#" : "container-layers"}, | 34 | "container_layers" : {"#" : "container-layers"}, |
35 | "container_tracks" : {"#" : "container-tracks"}, | 35 | "container_tracks" : {"#" : "container-tracks"}, |
36 | "timeline_disabler" : {"#" : "timeline-disabler"}, | 36 | "timeline_disabler" : {"#" : "timeline-disabler"}, |
37 | "checkable_relative" : {"#" : "checkable_relative"}, | ||
38 | "checkable_absolute" : {"#" : "checkable_absolute"}, | ||
39 | "checkable_animated" : {"#" : "checkable_animated"}, | 37 | "checkable_animated" : {"#" : "checkable_animated"}, |
40 | "tl_configbutton" : {"#" : "tl-configbutton"} | 38 | "tl_configbutton" : {"#" : "tl-configbutton"} |
41 | } | 39 | } |
@@ -179,9 +177,6 @@ | |||
179 | <div class="layer-master">Master Layer | 177 | <div class="layer-master">Master Layer |
180 | <div class="tl-configbutton" data-montage-id="tl-configbutton"> | 178 | <div class="tl-configbutton" data-montage-id="tl-configbutton"> |
181 | <div class="tl-dropdown"> | 179 | <div class="tl-dropdown"> |
182 | <div class="checkable" data-montage-id="checkable_relative">Use relative positioning</div> | ||
183 | <div class="checkable checked" data-montage-id="checkable_absolute">Use absolute positioning</div> | ||
184 | <div class="nj-divider divider-horizontal"></div> | ||
185 | <div class="checkable" data-montage-id="checkable_animated">Show only animated layers</div> | 180 | <div class="checkable" data-montage-id="checkable_animated">Show only animated layers</div> |
186 | </div> | 181 | </div> |
187 | </div> | 182 | </div> |