[Sinewave] Remove old config

Remove old time conductor configuration that doesn't do anything
in the current version of the application.
This commit is contained in:
Pete Richards 2017-05-09 18:55:57 -07:00
parent 7706109c81
commit 6c093160c2

View File

@ -35,28 +35,8 @@ define([
"key": "limit",
"implementation": SinewaveLimitCapability
}
],
"constants": [
{
"key": "TIME_CONDUCTOR_DOMAINS",
"value": [
{
"key": "time",
"name": "Time"
},
{
"key": "yesterday",
"name": "Yesterday"
},
{
"key": "delta",
"name": "Delta"
}
],
"priority": -1
}
]
}
};
return function(openmct){
//Register legacy extensions for things not yet supported by the new API