| Index: source/test/letest/xmlreader.h
|
| diff --git a/source/test/letest/xmlreader.h b/source/test/letest/xmlreader.h
|
| deleted file mode 100644
|
| index cee0481262591b319afd1f5d7d02a10b1dac9241..0000000000000000000000000000000000000000
|
| --- a/source/test/letest/xmlreader.h
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -/*
|
| - *
|
| - * (C) Copyright IBM Corp. 1998-2014 - All Rights Reserved
|
| - *
|
| - */
|
| -
|
| -#ifndef __XMLREADER_H
|
| -#define __XMLREADER_H
|
| -
|
| -#include "layout/LETypes.h"
|
| -#include "letest.h"
|
| -
|
| -typedef void (*TestCaseCallback) (const char *testID,
|
| - const char *fontName,
|
| - const char *fontVersion,
|
| - const char *fontChecksum,
|
| - le_int32 scriptCode,
|
| - le_int32 languageCode,
|
| - const LEUnicode *text,
|
| - le_int32 charCount,
|
| - TestResult *expected);
|
| -
|
| -U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
| -
|
| -#endif
|
|
|