summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Andersson <j.a.e.andersson@gmail.com>2016-07-12 11:09:26 -0500
committerJoel Andersson <j.a.e.andersson@gmail.com>2016-07-12 11:09:26 -0500
commit03261ee8fd39559ab8aec4c907fe956ac2f586cf (patch)
tree634c70a7186ead5c2c301685048619b0066d31da
parent32ef224663d252f7edde5bcb69a9aeb0f3d6571f (diff)
downloadswig-03261ee8fd39559ab8aec4c907fe956ac2f586cf.tar.gz
Issue #71 Remove default disp implementation
-rw-r--r--Source/Modules/matlab.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Modules/matlab.cxx b/Source/Modules/matlab.cxx
index 7697a1108..a01e76f64 100644
--- a/Source/Modules/matlab.cxx
+++ b/Source/Modules/matlab.cxx
@@ -2714,9 +2714,6 @@ void MATLAB::createSwigRef() {
Printf(f_wrap_m," function b = isnull(self)\n");
Printf(f_wrap_m," b = isempty(self.swigPtr);\n");
Printf(f_wrap_m," end\n");
- Printf(f_wrap_m," function disp(self)\n");
- Printf(f_wrap_m," disp(sprintf('<Swig object, ptr=%%d>',self.swigPtr))\n");
- Printf(f_wrap_m," end\n");
Printf(f_wrap_m," function SwigSet(self,ptr)\n");
Printf(f_wrap_m," self.swigPtr = ptr;\n");
Printf(f_wrap_m," end\n");