aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-15 16:06:29 +0200
committerjcid <devnull@localhost>2008-09-15 16:06:29 +0200
commit8ee7a3ae6715bcb327b1a35055887cd804910096 (patch)
treeccb68f741db2c7c98f98769941445185a3f4346f
parent91565643de3a05bce6290eedbd400d9ed2934b36 (diff)
- Unused macros removal.
-rw-r--r--src/url.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/url.h b/src/url.h
index f3c0ab82..76886885 100644
--- a/src/url.h
+++ b/src/url.h
@@ -62,8 +62,6 @@
/* these return an integer */
#define URL_PORT_(u) (URL_HOST(u) ? u->port : u->port)
#define URL_FLAGS_(u) u->flags
-#define URL_POSX_(u) u->scrolling_position_x
-#define URL_POSY_(u) u->scrolling_position_y
#define URL_ILLEGAL_CHARS_(u) url->illegal_chars
#define URL_ILLEGAL_CHARS_SPC_(u) url->illegal_chars_spc
@@ -84,8 +82,6 @@
#define URL_STR(u) NPTR2STR(URL_STR_(u))
#define URL_PORT(u) URL_PORT_(u)
#define URL_FLAGS(u) URL_FLAGS_(u)
-#define URL_POSX(u) URL_POSX_(u)
-#define URL_POSY(u) URL_POSY_(u)
#define URL_ILLEGAL_CHARS(u) URL_ILLEGAL_CHARS_(u)
#define URL_ILLEGAL_CHARS_SPC(u) URL_ILLEGAL_CHARS_SPC_(u)