X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/249c4c5ea9376c24572daf9c2effa7484a282f14..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/layout/MorphStateTables.h diff --git a/icuSources/layout/MorphStateTables.h b/icuSources/layout/MorphStateTables.h deleted file mode 100644 index f51e0396..00000000 --- a/icuSources/layout/MorphStateTables.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * - * (C) Copyright IBM Corp. and others 1998-2013 - All Rights Reserved - * - */ - -#ifndef __MORPHSTATETABLES_H -#define __MORPHSTATETABLES_H - -/** - * \file - * \internal - */ - -#include "LETypes.h" -#include "LayoutTables.h" -#include "MorphTables.h" -#include "StateTables.h" - -U_NAMESPACE_BEGIN - -struct MorphStateTableHeader : MorphSubtableHeader -{ - StateTableHeader stHeader; -}; - -struct MorphStateTableHeader2 : MorphSubtableHeader2 -{ - StateTableHeader2 stHeader; -}; - -U_NAMESPACE_END -#endif