Skip to content

Commit

Permalink
unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed May 4, 2024
1 parent 1e3dbfb commit 513be91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cleanstream-filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ obs_properties_t *cleanstream_properties(void *data)
[](void *data, obs_properties_t *props, obs_property_t *property,
obs_data_t *settings) {
UNUSED_PARAMETER(property);
UNUSED_PARAMETER(props);
struct cleanstream_data *gf_ = static_cast<struct cleanstream_data *>(data);
// load the sound file and cache it
std::string replace_sound_path_ =
Expand Down

0 comments on commit 513be91

Please sign in to comment.