add prototype wrapping of the qt sequence browser
[mussa.git] / qui / mussagl.cpp
index a5f9b483eba1e2c98a35813fb3321203645831e4..d0df4c6c05dfc5e56c0e9ed73e6f8ade53c71176 100644 (file)
@@ -4,7 +4,7 @@ using namespace boost::filesystem;
 #ifdef USE_PYTHON
 #include "py/python.hpp"
 extern "C" void initmussa();
-extern "C" void initmussaqui();
+//extern "C" void initmussaqui();
 #endif
 
 #include "qui/MussaWindow.hpp"
@@ -75,7 +75,7 @@ int main(int argc, char **argv)
         return 1;
       }
       py->add_module("mussa", &initmussa);
-      py->add_module("mussaqui", &initmussaqui);
+      //py->add_module("mussaqui", &initmussaqui);
       // quit when the interpreter exits
       QObject::connect(interp, SIGNAL(finished()),
                        &app, SLOT(quit()));