DEADSOFTWARE

Move endian-ness detection into Reader class
[odcread.git] / oberon.h
index 2f9e39bd6f135d4b874b6269192a4fdb38cd6ca1..9a2d58d8b401f614b1ffce08a7ca31a79b50f2d1 100644 (file)
--- a/oberon.h
+++ b/oberon.h
@@ -62,9 +62,6 @@ namespace odc {
         * String: string in the Unicode character set, followed by a 0000X
         * i.e. CHAR*
         */
-
-       bool isBigEndian();
-       bool isLittleEndian();
 }
 
 #endif