summaryrefslogtreecommitdiff
path: root/content/handlers/html/box.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-25 17:12:43 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-25 20:37:06 +0100
commitb182cc7617a739f4b42293ef8e43485ef48d7cab (patch)
tree4f44cfc1f2aefcd8dcf01937647d3621df906d22 /content/handlers/html/box.h
parent6d62a068995fb1a50777e90c0b0f36a15eda0903 (diff)
downloadnetsurf-b182cc7617a739f4b42293ef8e43485ef48d7cab.tar.gz
netsurf-b182cc7617a739f4b42293ef8e43485ef48d7cab.tar.bz2
remove box handling from browser window
Diffstat (limited to 'content/handlers/html/box.h')
-rw-r--r--content/handlers/html/box.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/content/handlers/html/box.h b/content/handlers/html/box.h
index b4da031f1..d0df73568 100644
--- a/content/handlers/html/box.h
+++ b/content/handlers/html/box.h
@@ -448,12 +448,4 @@ struct box {
};
-/* Frame target names (constant pointers to save duplicating the strings many
- * times). We convert _blank to _top for user-friendliness. */
-extern const char *TARGET_SELF;
-extern const char *TARGET_PARENT;
-extern const char *TARGET_TOP;
-extern const char *TARGET_BLANK;
-
-
#endif