remove dead code

This commit is contained in:
Brad Hefta-Gaub 2015-10-17 14:53:23 -07:00
parent 8578b40236
commit fda8292fa6
2 changed files with 0 additions and 8 deletions

View file

@ -12,7 +12,3 @@ namespace controller {
}
// FIXME - do we want to include the source Endpoint::Pointer in our calls to JS? If
// so we need to marshall this across the invokeMethod() properly
//static int EndpointPointerMetaTypeId = qRegisterMetaType<controller::Endpoint::Pointer>("controller::Endpoint::Pointer");

View file

@ -54,8 +54,4 @@ namespace controller {
};
}
// FIXME - do we want to include the source Endpoint::Pointer in our calls to JS? If
// so we need to marshall this across the invokeMethod() properly
//Q_DECLARE_METATYPE(controller::Endpoint::Pointer);
#endif