From b182cc7617a739f4b42293ef8e43485ef48d7cab Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 25 May 2020 17:12:43 +0100 Subject: remove box handling from browser window --- content/handlers/html/box_construct.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'content/handlers/html/box_construct.c') diff --git a/content/handlers/html/box_construct.c b/content/handlers/html/box_construct.c index 5ae755211..5edd88ed2 100644 --- a/content/handlers/html/box_construct.c +++ b/content/handlers/html/box_construct.c @@ -85,12 +85,6 @@ struct box_construct_props { static const content_type image_types = CONTENT_IMAGE; -/* the strings are not important, since we just compare the pointers */ -const char *TARGET_SELF = "_self"; -const char *TARGET_PARENT = "_parent"; -const char *TARGET_TOP = "_top"; -const char *TARGET_BLANK = "_blank"; - /** * mapping from CSS display to box type this table must be in sync * with libcss' css_display enum -- cgit v1.2.3