Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f07ccef

Browse files
committed
remove stray define
1 parent 1b71093 commit f07ccef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impeller/entity/contents/filters/filter_contents.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ std::shared_ptr<FilterContents> FilterContents::MakeDirectionalGaussianBlur(
5050
return blur;
5151
}
5252

53-
#define IMPELLER_ENABLE_NEW_GAUSSIAN_FILTER 1
54-
5553
std::shared_ptr<FilterContents> FilterContents::MakeGaussianBlur(
5654
const FilterInput::Ref& input,
5755
Sigma sigma_x,

0 commit comments

Comments
 (0)