mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
remove dead code
This commit is contained in:
parent
8578b40236
commit
fda8292fa6
2 changed files with 0 additions and 8 deletions
|
@ -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");
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue