Removed unresolved EXPORT from previous revision of volume meter

This commit is contained in:
Danni
2014-06-07 12:52:45 -05:00
parent 5cd8304dc0
commit af1408d84f

View File

@@ -525,9 +525,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);