summaryrefslogtreecommitdiff
path: root/libsoup/cache/soup-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/cache/soup-cache.h')
-rw-r--r--libsoup/cache/soup-cache.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libsoup/cache/soup-cache.h b/libsoup/cache/soup-cache.h
index c7cbb672..cebecc14 100644
--- a/libsoup/cache/soup-cache.h
+++ b/libsoup/cache/soup-cache.h
@@ -38,12 +38,6 @@ typedef enum {
} SoupCacheability;
typedef enum {
- SOUP_CACHE_RESPONSE_FRESH,
- SOUP_CACHE_RESPONSE_NEEDS_VALIDATION,
- SOUP_CACHE_RESPONSE_STALE
-} SoupCacheResponse;
-
-typedef enum {
SOUP_CACHE_SINGLE_USER,
SOUP_CACHE_SHARED
} SoupCacheType;