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/Text/File_OtherText.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Text/File_OtherText.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Text/File_OtherText.h b/src/thirdparty/MediaInfo/MediaInfo/Text/File_OtherText.h
deleted file mode 100644
index fcc129296..000000000
--- a/src/thirdparty/MediaInfo/MediaInfo/Text/File_OtherText.h
+++ /dev/null
@@ -1,37 +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.
- */
-
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-//
-// Use magic number to detect only the format (Text)
-//
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
-//---------------------------------------------------------------------------
-#ifndef MediaInfo_File_OtherTextH
-#define MediaInfo_File_OtherTextH
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#include "MediaInfo/File__Analyze.h"
-//---------------------------------------------------------------------------
-
-namespace MediaInfoLib
-{
-
-//***************************************************************************
-// Class File_OtherText
-//***************************************************************************
-
-class File_OtherText : public File__Analyze
-{
- //Buffer - Global
- void Read_Buffer_Continue ();
-};
-
-} //NameSpace
-
-#endif