From e48d6a99ffa0d038e0423b7049bd76cef6d4dbe1 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Mon, 7 Sep 2009 17:14:21 +0000 Subject: [PATCH] bytes.i: Added invalidate_dbgmem_config() and invalidate_dbgmem_contents(). Thanks to Elias Bachaalany for the patch. --- swig/bytes.i | 2 -- 1 file changed, 2 deletions(-) diff --git a/swig/bytes.i b/swig/bytes.i index 7720634..8dd957a 100644 --- a/swig/bytes.i +++ b/swig/bytes.i @@ -65,8 +65,6 @@ // TODO: These could be fixed if someone needs them. %ignore get_many_bytes; %ignore set_dbgmem_source; -%ignore invalidate_dbgmem_config; -%ignore invalidate_dbgmem_contents; %include "bytes.hpp"