aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-url.h')
-rw-r--r--camel/camel-url.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/camel/camel-url.h b/camel/camel-url.h
index aba903c08b..996c4b4e74 100644
--- a/camel/camel-url.h
+++ b/camel/camel-url.h
@@ -44,9 +44,6 @@ typedef struct {
char *host;
int port;
char *path;
-
- /* This is set if the URL contained only a protocol. */
- gboolean empty;
} CamelURL;
CamelURL *camel_url_new (const char *url_string, CamelException *ex);