[vlmc-devel] Clip.qml: Remove an unsed function
Yikai Lu
git at videolan.org
Wed Jul 5 18:56:06 CEST 2017
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Thu Jul 6 00:39:08 2017 +0900| [a086000d82982394dafbd2473b6d81157a96375e] | committer: Yikai Lu
Clip.qml: Remove an unsed function
> https://code.videolan.org/videolan/vlmc/commit/a086000d82982394dafbd2473b6d81157a96375e
---
src/Gui/timeline/Clip.qml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/Gui/timeline/Clip.qml b/src/Gui/timeline/Clip.qml
index ea3d2f8d..c549241d 100644
--- a/src/Gui/timeline/Clip.qml
+++ b/src/Gui/timeline/Clip.qml
@@ -52,10 +52,6 @@ Rectangle {
return ftop( position );
}
- function move() {
- moveClipTo( uuid, newTrackId, position );
- }
-
function resize() {
// This function updates Backend
workflow.resizeClip( uuid, begin, end, position );
More information about the Vlmc-devel
mailing list