diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-04-01 16:13:42 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-04-01 16:13:42 -0400 |
commit | 2bf64459036916258dcf3269cec47904fdeba8f6 (patch) | |
tree | 50b6a0dd2bbc3e02b38e8d9fcf5215309d5545ff /gr-video-sdl/src/video_sdl.i | |
parent | 6d20c58eba20406c3a1d6131e28a5bad8d18a408 (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-video-sdl/src/video_sdl.i')
-rw-r--r-- | gr-video-sdl/src/video_sdl.i | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gr-video-sdl/src/video_sdl.i b/gr-video-sdl/src/video_sdl.i index 010851d104..3546adab01 100644 --- a/gr-video-sdl/src/video_sdl.i +++ b/gr-video-sdl/src/video_sdl.i @@ -63,13 +63,3 @@ class video_sdl_sink_s : public gr_sync_block { public: ~video_sdl_sink_s (); }; - -#if SWIGGUILE -%scheme %{ -(load-extension-global "libguile-gnuradio-video_sdl" "scm_init_gnuradio_video_sdl_module") -%} - -%goops %{ -(use-modules (gnuradio gnuradio_core_runtime)) -%} -#endif |