VIEW_ definitions are now in libcitadel.h
[citadel.git] / citadel / citadel.h
index 1a759e4ffd6c47e730e3f2289f74b9502f824499..9e9b92341aef104784efea3ef6a8992a2b1c5f5c 100644 (file)
@@ -270,20 +270,6 @@ enum {
 #define LONG_MAX 2147483647L
 #endif
 
-
-/*
- * Views
- */
-#define        VIEW_BBS                0       /* Bulletin board view */
-#define VIEW_MAILBOX           1       /* Mailbox summary */
-#define VIEW_ADDRESSBOOK       2       /* Address book view */
-#define VIEW_CALENDAR          3       /* Calendar view */
-#define VIEW_TASKS             4       /* Tasks view */
-#define VIEW_NOTES             5       /* Notes view */
-#define        VIEW_WIKI               6       /* Wiki view */
-#define VIEW_CALBRIEF          7       /* Brief Calendar view */
-#define VIEW_JOURNAL           8       /* Journal view (not yet implemented in native clients) */
-
 /*
  * Authentication modes
  */