diff --git a/rx.js/rx.d.ts b/rx.js/rx.d.ts index 1100bc6182..c8966badee 100644 --- a/rx.js/rx.d.ts +++ b/rx.js/rx.d.ts @@ -7,8 +7,6 @@ declare module Rx { export module internals { function isEqual(left: any, right: any): boolean; - function inherits(child: Function, parent: Function): Function; - function addProperties(obj: Object, ...sourcces: Object[]): void; function addRef(xs: Observable, r: { getDisposable(): IDisposable; }): Observable; // Priority Queue for Scheduling