summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-04-01 16:13:42 -0400
committerTom Rondeau <trondeau@vt.edu>2012-04-01 16:13:42 -0400
commit2bf64459036916258dcf3269cec47904fdeba8f6 (patch)
tree50b6a0dd2bbc3e02b38e8d9fcf5215309d5545ff /gr-howto-write-a-block
parent6d20c58eba20406c3a1d6131e28a5bad8d18a408 (diff)
Removes all references to guile and scheme, which are no longer needed.
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r--gr-howto-write-a-block/swig/howto_swig.i10
1 files changed, 0 insertions, 10 deletions
diff --git a/gr-howto-write-a-block/swig/howto_swig.i b/gr-howto-write-a-block/swig/howto_swig.i
index bc2563cd7c..dd662b5e52 100644
--- a/gr-howto-write-a-block/swig/howto_swig.i
+++ b/gr-howto-write-a-block/swig/howto_swig.i
@@ -18,13 +18,3 @@ GR_SWIG_BLOCK_MAGIC(howto,square_ff);
GR_SWIG_BLOCK_MAGIC(howto,square2_ff);
%include "howto_square2_ff.h"
-
-#if SWIGGUILE
-%scheme %{
-(load-extension-global "libguile-gnuradio-howto_swig" "scm_init_gnuradio_howto_swig_module")
-%}
-
-%goops %{
-(use-modules (gnuradio gnuradio_core_runtime))
-%}
-#endif