Revert "Change to blog euid storage; note new definition in libcitadel.h"
[citadel.git] / libcitadel / lib / libcitadel.h
index 13737c39c797b6c2547f8d0cc402558a133a2f90..f47c4a24106f9c6b998563a9355be1c5a5aeee95 100644 (file)
@@ -89,7 +89,6 @@ typedef enum _room_views {
        VIEW_MAX
 } ROOM_VIEWS;
 
-#define BLOG_EUIDBUF_SIZE      40
 
 #ifndef IsEmptyStr
 #define IsEmptyStr(a) ((a)[0] == '\0')