Merge pull request #111 from antihax/cleanup

Removed unresolved EXPORT from previous revision of volume meter & modified locale not found error.
This commit is contained in:
Jim
2014-06-16 18:13:20 -07:00

View File

@@ -556,9 +556,6 @@ EXPORT proc_handler_t obs_source_prochandler(obs_source_t source);
/** Sets the user volume for a source that has audio output */
EXPORT void obs_source_setvolume(obs_source_t source, float volume);
/** Updates live volume for a source */
EXPORT void obs_source_updatevolumelevel(obs_source_t source, int volume);
/** Sets the presentation volume for a source */
EXPORT void obs_source_set_present_volume(obs_source_t source, float volume);