Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/MediaInfo/MediaInfo/Duplicate/File__Duplicate__Base.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Duplicate/File__Duplicate__Base.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Duplicate/File__Duplicate__Base.h b/src/thirdparty/MediaInfo/MediaInfo/Duplicate/File__Duplicate__Base.h
deleted file mode 100644
index af68da6e6..000000000
--- a/src/thirdparty/MediaInfo/MediaInfo/Duplicate/File__Duplicate__Base.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Copyright (c) MediaArea.net SARL. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style license that can
- * be found in the License.html file in the root of the source tree.
- */
-
-//---------------------------------------------------------------------------
-#ifndef File__Duplicate__BaseH
-#define File__Duplicate__BaseH
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#include "MediaInfo/File__Analyze.h"
-#include <map>
-//---------------------------------------------------------------------------
-
-namespace MediaInfoLib
-{
-
-//***************************************************************************
-// Class File__Duplicate__Base
-//***************************************************************************
-
-class File__Duplicate__Base
-{
-public :
- //Constructor/Destructor
- File__Duplicate__Base();
- //~File__Duplicate__Base();
-
-};
-
-
-} //NameSpace
-
-#endif