Author: ygrego Date: 2015-03-02 09:07:53 +0000 (Mon, 02 Mar 2015) New Revision: 898 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/898 Log: Deletion of method "_isAValidDVBTChannel". This method will be moved into class "ChannelTools". Modified: oipf/js/impl/VideoBroadcastObject.js Modified: oipf/js/impl/VideoBroadcastObject.js =================================================================== --- oipf/js/impl/VideoBroadcastObject.js 2015-03-02 09:05:34 UTC (rev 897) +++ oipf/js/impl/VideoBroadcastObject.js 2015-03-02 09:07:53 UTC (rev 898) @@ -542,10 +542,6 @@ return null; }, - _isAValidDVBTChannel: function(channel) { - return (channel.onid != null) && (channel.tsid != null) && (channel.sid != null); - }, - /* * Description: * This method verify that a tuner is available to receive a channel with this "idType".