[vlmc-devel] Clip: Remove unused and unimplemented clips() method
Hugo Beauzée-Luyssen
git at videolan.org
Fri Aug 19 02:41:42 CEST 2016
vlmc | branch: medialibrary | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Aug 19 00:50:10 2016 +0200| [12df53d247d170b59777440583c9c5f18d0b1ab7] | committer: Hugo Beauzée-Luyssen
Clip: Remove unused and unimplemented clips() method
> https://code.videolan.org/videolan/vlmc/commit/12df53d247d170b59777440583c9c5f18d0b1ab7
---
src/Media/Clip.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Media/Clip.h b/src/Media/Clip.h
index c91deca..2eef0e5 100644
--- a/src/Media/Clip.h
+++ b/src/Media/Clip.h
@@ -91,8 +91,6 @@ class Clip : public Workflow::Helper
Clip *parent();
const Clip *parent() const;
- const QHash<QUuid, Clip*>& clips() const;
-
/**
\brief Returns an unique Uuid for this clip (which is NOT the
parent's Uuid).
More information about the Vlmc-devel
mailing list