From 8014af974d188c467a5a5b66d06b46ce435b5671 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Nov 2021 00:24:41 +0100 Subject: [PATCH] Revert accidental change to Python example This was done way back in f84342a30 (Modified parameter handling using typemaps. 'Reference' example. Visibility hint now applies only to the global functions., 2008-06-28), surely accidentally. --- Examples/python/class/example.i | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Examples/python/class/example.i b/Examples/python/class/example.i index 21b86a346..fbdf7249f 100644 --- a/Examples/python/class/example.i +++ b/Examples/python/class/example.i @@ -5,9 +5,5 @@ #include "example.h" %} -%typemap(in) double { - /* hello */ -} - /* Let's just grab the original header file here */ %include "example.h"