Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
9f7fffa1
Commit
9f7fffa1
authored
Oct 30, 2016
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SequenceWorkflow: Remove unused variable
parent
56c5a2de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/Workflow/SequenceWorkflow.cpp
src/Workflow/SequenceWorkflow.cpp
+0
-1
No files found.
src/Workflow/SequenceWorkflow.cpp
View file @
9f7fffa1
...
@@ -129,7 +129,6 @@ SequenceWorkflow::resizeClip( const QUuid& uuid, qint64 newBegin, qint64 newEnd,
...
@@ -129,7 +129,6 @@ SequenceWorkflow::resizeClip( const QUuid& uuid, qint64 newBegin, qint64 newEnd,
return
false
;
return
false
;
}
}
auto
c
=
it
.
value
();
auto
c
=
it
.
value
();
auto
clip
=
c
->
clip
;
auto
trackId
=
c
->
trackId
;
auto
trackId
=
c
->
trackId
;
auto
position
=
c
->
pos
;
auto
position
=
c
->
pos
;
auto
t
=
track
(
trackId
,
c
->
isAudio
);
auto
t
=
track
(
trackId
,
c
->
isAudio
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment