Atom namespace is in a common header now
[cascardo/atompub.git] / atom / entry.c
index 8df08d9..eefb3ed 100644 (file)
@@ -23,8 +23,6 @@
 #include <libxml/tree.h>
 #include <libxml/parser.h>
 
-#define ATOM_NAMESPACE "http://www.w3.org/2005/Atom"
-
 struct _atom_entry
 {
   xmlDocPtr doc;