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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-04-23 01:05:16 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-04-23 01:05:16 +0400
commit19c043df79d135108a03498c54334117f7593bff (patch)
treeb9c62ac744d599945a6fef86791be6e027c4021c /src/Subtitles/libssf/Arabic.h
parenteac4b82419242bca7f6333e6b122c8c03ba48639 (diff)
Remove SSF support
Patch mostly by demi_alucard This commit fixes ticket #2220. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4480 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/Subtitles/libssf/Arabic.h')
-rw-r--r--src/Subtitles/libssf/Arabic.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/Subtitles/libssf/Arabic.h b/src/Subtitles/libssf/Arabic.h
deleted file mode 100644
index 71615d198..000000000
--- a/src/Subtitles/libssf/Arabic.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * $Id$
- *
- * (C) 2003-2006 Gabest
- * (C) 2006-2012 see Authors.txt
- *
- * This file is part of MPC-HC.
- *
- * MPC-HC is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * MPC-HC is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-#pragma once
-
-namespace ssf
-{
- class Arabic
- {
- public:
- enum pres_form_t {isol, init, medi, fina};
- static bool IsArabic(WCHAR c);
- static bool Replace(WCHAR& c, pres_form_t pf);
- static bool Replace(WCHAR& c, WCHAR prev, WCHAR next);
- };
-} \ No newline at end of file