summaryrefslogtreecommitdiff
path: root/utils/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/types.h')
-rw-r--r--utils/types.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/types.h b/utils/types.h
index 035ff76cb..3c78124e3 100644
--- a/utils/types.h
+++ b/utils/types.h
@@ -49,20 +49,5 @@ struct redraw_context {
};
-/**
- * Content located at a specific spatial location.
- *
- * \todo This structure should contain a nsurl not a string.
- */
-struct contextual_content {
- const char *link_url;
- struct hlcache_handle *object;
- struct hlcache_handle *main;
- enum {
- CTX_FORM_NONE,
- CTX_FORM_TEXT,
- CTX_FORM_FILE
- } form_features;
-};
#endif