diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-18 23:20:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-18 23:20:51 +0000 |
commit | 7a2c6126cd995cfdbd5f3167609cd7e09ffacf35 (patch) | |
tree | 5abf4493f0b3bb435c5604fbdba453acfcc1e066 /include/m_xml.h | |
parent | 7984eb187eec59c96ce661e85575ee2cbf5b386e (diff) |
useless junk removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@66 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_xml.h')
-rw-r--r-- | include/m_xml.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_xml.h b/include/m_xml.h index c65a8caa93..7ce8f6efa2 100644 --- a/include/m_xml.h +++ b/include/m_xml.h @@ -74,7 +74,6 @@ typedef struct void ( *freeMem )( void* );
-#if MIRANDA_VER >= 0x0900
// methods added in XML API v2
char ( *isDeclaration )( HXML );
LPTSTR ( *toStringWithFormatting )( HXML node, int* datalen );
@@ -111,7 +110,6 @@ typedef struct XML_ELEMENT_POS ( *positionOfChildByName )( HXML, LPCTSTR name, int i );
XML_ELEMENT_POS ( *positionOfText )( HXML, int i );
XML_ELEMENT_POS ( *positionOfClear )( HXML, int i );
-#endif
}
XML_API;
|