diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-05 21:00:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-05 21:00:30 +0900 |
commit | 24e9ee48f345ffccf078cfb6a905c9ce183b9fad (patch) | |
tree | 4a7bbf2b5eea460ab9daa0df7367033f8c117d4d /debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h | |
parent | fcd3bd2cb3714f26d5b546e3b5d8df2bd3646c05 (diff) | |
download | extra-dependencies-24e9ee48f345ffccf078cfb6a905c9ce183b9fad.tar.gz extra-dependencies-24e9ee48f345ffccf078cfb6a905c9ce183b9fad.zip |
DEB: drop deprecated opensync code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h')
-rw-r--r-- | debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h b/debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h deleted file mode 100644 index 1b76878c..00000000 --- a/debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _XMLVNOTE_H_ -#define _XMLVNOTE_H_ - -typedef struct OSyncHookTables { - GHashTable *attributes; - GHashTable *parameters; -} OSyncHookTables; - -#define HANDLE_IGNORE (void *)1 - -#endif //_XMLVNOTE_H_ |