diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2012-12-30 12:10:34 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2012-12-30 12:10:34 +0000 |
commit | 8a10ccd1573075cca63bd8ea6a889cdd36dd0ba0 (patch) | |
tree | 766abdc22b46147fbed14b65074fc9242314b18f /src/uicmd.hh | |
parent | 177b1be2bf684bd82ee9efb88073095877736647 (diff) |
uicmd.{hh,cc}: simplify by replacing a_UIcmd_{get,set}_save_dir() with a_UIcmd_init().
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index c859ba9c..a1af6335 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -59,8 +59,7 @@ void a_UIcmd_nav_jump(BrowserWindow *bw, int offset, int new_bw); void a_UIcmd_close_bw(void *vbw); void a_UIcmd_close_all_bw(void *p); -const char *a_UIcmd_get_save_dir(); -void a_UIcmd_set_save_dir(const char *dir); +void a_UIcmd_init(void); // UI binding functions ------------------------------------------------------- |