aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-08-01 11:30:12 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-08-01 11:30:12 -0400
commit80326c4d504759a206682d70f4f886f465b2d320 (patch)
tree846817f4898906b90614d1a805566b2b7a379d5f /src/uicmd.hh
parentb1fdbc950ab2cd17b09d8d23556d0cced6966b96 (diff)
Cleanup: removed some unused code from the UI
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r--src/uicmd.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh
index dc7294a1..22c5b118 100644
--- a/src/uicmd.hh
+++ b/src/uicmd.hh
@@ -78,8 +78,6 @@ void a_UIcmd_set_bug_prog(BrowserWindow *bw, int n_bug);
void a_UIcmd_set_page_title(BrowserWindow *bw, const char *label);
void a_UIcmd_set_msg(BrowserWindow *bw, const char *format, ...);
void a_UIcmd_set_buttons_sens(BrowserWindow *bw);
-void a_UIcmd_set_pointer_on_link(BrowserWindow *bw, int flag);
-int a_UIcmd_pointer_on_link(BrowserWindow *bw);
#ifdef __cplusplus
}