Browse Source

Merge pull request #111 from antihax/cleanup

Removed unresolved EXPORT from previous revision of volume meter & modified locale not found error.
Jim 11 years ago
parent
commit
dfabbf7936
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libobs/obs.h

+ 0 - 3
libobs/obs.h

@@ -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);