Removed unresolved EXPORT from previous revision of volume meter

This commit is contained in:
Danni
2014-06-16 18:52:55 -05:00
parent 5cd8304dc0
commit af1408d84f
-3
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);