diff src/defun.cc @ 5794:1138ced03f14

[project @ 2006-05-08 20:23:04 by jwe]
author jwe
date Mon, 08 May 2006 20:23:07 +0000 (2006-05-08)
parents cbf717bf8150
children e8be7fe586f9
line wrap: on
line diff
--- a/src/defun.cc
+++ b/src/defun.cc
@@ -127,15 +127,6 @@
 }
 
 void
-install_builtin_variable (const std::string& name, const octave_value& value,
-			  bool protect, bool eternal,
-			  symbol_record::change_function chg_fcn,
-			  const std::string& doc)
-{
-  bind_builtin_variable (name, value, protect, eternal, chg_fcn, doc);
-}
-
-void
 install_dld_function (octave_dld_function::fcn f, const std::string& name,
 		      const octave_shlib& shl,
 		      const std::string& doc, bool is_text_fcn)