Skip to content

Commit

Permalink
Revert "feat(smooth): Adds the smooth() operator, the cool operator (R…
Browse files Browse the repository at this point in the history
…eactiveX#2508)"

This reverts commit 07905e2.
  • Loading branch information
jayphelps committed Apr 3, 2017
1 parent e14fa8e commit a948f9e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 105 deletions.
3 changes: 0 additions & 3 deletions doc/decision-tree-widget/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
children:
- label: 'I have one existing Observable, and'
children:
- label: I want to feel the groove
children:
- label: smooth
- label: I want to change each emitted value
children:
- label: to be a constant value
Expand Down
20 changes: 0 additions & 20 deletions spec/operators/smooth-spec.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/Rx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ import './add/operator/single';
import './add/operator/skip';
import './add/operator/skipUntil';
import './add/operator/skipWhile';
import './add/operator/smooth';
import './add/operator/startWith';
import './add/operator/subscribeOn';
import './add/operator/switch';
Expand Down
10 changes: 0 additions & 10 deletions src/add/operator/smooth.ts

This file was deleted.

71 changes: 0 additions & 71 deletions src/operator/smooth.ts

This file was deleted.

0 comments on commit a948f9e

Please sign in to comment.