summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-02-01 23:59:40 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-02-01 23:59:40 +0000
commit6b99aa53888541d3a755410748476d0876507358 (patch)
tree7e786e4d21e5e9f151448da696ceca5e50259c9d /windows/gui.c
parentf382e2821a5519a223c55f8565b3c0ca923d6537 (diff)
downloadnetsurf-6b99aa53888541d3a755410748476d0876507358.tar.gz
netsurf-6b99aa53888541d3a755410748476d0876507358.tar.bz2
remove all references to defunct vertical offset from plotters
svn path=/trunk/netsurf/; revision=9950
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 8df950b01..73e6b72fa 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -1722,13 +1722,6 @@ RECT *gui_window_clip_rect(struct gui_window *w)
return &(w->clip);
}
-int gui_window_voffset(struct gui_window *w)
-{
- if (w == NULL)
- return 0;
- return 0;
-}
-
int gui_window_width(struct gui_window *w)
{
if (w == NULL)