[Sinewave] Get rid of broken format

Not sure what the Delta value was intended to display, but the
format wasn't working as expected (as far as I can tell), so
removed it for simplicity.
This commit is contained in:
Pete Richards
2017-05-09 18:54:29 -07:00
parent 00bebbc66f
commit 7706109c81
3 changed files with 2 additions and 87 deletions

View File

@ -23,12 +23,10 @@
define([
"./GeneratorProvider",
"./SinewaveLimitCapability",
"./SinewaveDeltaFormat"
"./SinewaveLimitCapability"
], function (
GeneratorProvider,
SinewaveLimitCapability,
SinewaveDeltaFormat
SinewaveLimitCapability
) {
var legacyExtensions = {
@ -38,12 +36,6 @@ define([
"implementation": SinewaveLimitCapability
}
],
"formats": [
{
"key": "example.delta",
"implementation": SinewaveDeltaFormat
}
],
"constants": [
{
"key": "TIME_CONDUCTOR_DOMAINS",
@ -152,14 +144,6 @@ define([
domain: 2
}
},
{
key: "delta",
name: "Delta",
format: "example.delta",
hints: {
domain: 3
}
},
{
key: "sin",
name: "Sine",