remove unused variable
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6976aab5bd
commit
a87c59be51
@ -58,9 +58,9 @@ class EXIV2API AsfVideo : public Image {
|
||||
explicit AsfVideo(BasicIo::UniquePtr io);
|
||||
|
||||
//! Copy constructor
|
||||
AsfVideo(const AsfVideo& rhs) = delete;
|
||||
AsfVideo(const AsfVideo&) = delete;
|
||||
//! Assignment operator
|
||||
AsfVideo& operator=(const AsfVideo& rhs) = delete;
|
||||
AsfVideo& operator=(const AsfVideo&) = delete;
|
||||
//@}
|
||||
|
||||
//! @name Manipulators
|
||||
@ -170,4 +170,4 @@ EXIV2API bool isAsfType(BasicIo& iIo, bool advance);
|
||||
|
||||
} // namespace Exiv2
|
||||
|
||||
#endif // #ifndef ASFVIDEO_HPP_
|
||||
#endif // #ifndef ASFVIDEO_HPP_
|
||||
|
||||
@ -55,9 +55,9 @@ class EXIV2API RiffVideo : public Image {
|
||||
explicit RiffVideo(BasicIo::UniquePtr io);
|
||||
|
||||
//! Copy constructor
|
||||
RiffVideo(const RiffVideo& rhs) = delete;
|
||||
RiffVideo(const RiffVideo&) = delete;
|
||||
//! Assignment operator
|
||||
RiffVideo& operator=(const RiffVideo& rhs) = delete;
|
||||
RiffVideo& operator=(const RiffVideo&) = delete;
|
||||
|
||||
//@}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user