Skip to content

Commit

Permalink
Fixes mac build.
Browse files Browse the repository at this point in the history
  • Loading branch information
FiniteSingularity committed Dec 16, 2023
1 parent 9e9366d commit 402edf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/obs-composite-blur-filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ static void composite_blur_rename(void *data, calldata_t *call_data)
static void composite_blur_update(void *data, obs_data_t *settings)
{
struct composite_blur_filter_data *filter = data;
double v = (float)obs_data_get_double(settings, "pixelate_origin_x");

if (filter->width > 0 &&
(float)obs_data_get_double(settings, "pixelate_origin_x") < -1.e8) {
Expand Down

0 comments on commit 402edf3

Please sign in to comment.