Mercurial > hg > octave-avbm
diff src/variables.h @ 5780:cbf717bf8150
[project @ 2006-04-27 20:02:30 by jwe]
author | jwe |
---|---|
date | Thu, 27 Apr 2006 20:03:48 +0000 (2006-04-27) |
parents | 40b08b29dd53 |
children | 70215aff5ccf |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -119,11 +119,6 @@ extern void bind_ans (const octave_value& val, bool print); extern void -bind_builtin_constant (const std::string&, const octave_value&, - bool protect = false, bool eternal = false, - const std::string& help = std::string ()); - -extern void bind_builtin_variable (const std::string&, const octave_value&, bool protect = false, bool eternal = false, symbol_record::change_function f = 0,