summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/pycallback_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/pycallback_object.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/pycallback_object.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnuradio-runtime/include/gnuradio/pycallback_object.h b/gnuradio-runtime/include/gnuradio/pycallback_object.h
index 989aed1d00..85a883c3d3 100644
--- a/gnuradio-runtime/include/gnuradio/pycallback_object.h
+++ b/gnuradio-runtime/include/gnuradio/pycallback_object.h
@@ -22,8 +22,6 @@
#include <iostream>
#include <gnuradio/rpcregisterhelpers.h>
-#include <gnuradio/ice_application_base.h>
-#include <gnuradio/IcePy_Communicator.h>
#include <pythread.h>
#include <boost/format.hpp>
@@ -32,19 +30,6 @@ enum pyport_t {
PYPORT_FLOAT
};
-class Instance
-{
-public:
- static boost::shared_ptr<ice_application_common> get_application()
- {
- return ice_application_common::Instance();
- }
- static Ice::CommunicatorPtr get_swig_communicator()
- {
- return get_application()->communicator();
- }
-};
-
int pycallback_object_count = 500;
// a simple to-PMT converter template class-function