aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-26 06:28:36 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-26 06:28:36 +1000
commitdfa73c7cc1f3b00592d81fff5274d8ee67bc41a8 (patch)
tree51c5b7cce2c8155602eed79514975cb9c0f79075 /function.h
parent12be24ef47a59110519ed7c2f4f81f61bdbc0459 (diff)
Remove the --key-binding switch for fish
darcs-hash:20061025202836-ac50b-682015e2f5830a85ff520e89b0a951ca9d2913dc.gz
Diffstat (limited to 'function.h')
-rw-r--r--function.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/function.h b/function.h
index 7ee12d61..e4035403 100644
--- a/function.h
+++ b/function.h
@@ -27,8 +27,7 @@ void function_destroy();
void function_add( const wchar_t *name,
const wchar_t *val,
const wchar_t *desc,
- array_list_t *events,
- int is_binding );
+ array_list_t *events );
/**
Remove the function with the specified name.