Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-7133] Removed Ti.Media.Item and Ti.Media.AudioRecorder. #1632

Merged
merged 1 commit into from
Mar 10, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions mobileweb/titanium/Ti/Media.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ define(["Ti/_/Evented", "Ti/_/lang"], function(Evented, lang) {
console.debug('Method "Titanium.Media.createAudioPlayer" is not implemented yet.');
},

createAudioRecorder: function() {
console.debug('Method "Titanium.Media.createAudioRecorder" is not implemented yet.');
},

createItem: function() {
console.debug('Method "Titanium.Media.createItem" is not implemented yet.');
},

createSound: function() {
console.debug('Method "Titanium.Media.createSound" is not implemented yet.');
},
Expand Down
31 changes: 0 additions & 31 deletions mobileweb/titanium/Ti/Media/AudioRecorder.js

This file was deleted.

28 changes: 0 additions & 28 deletions mobileweb/titanium/Ti/Media/Item.js

This file was deleted.