Skip to content

Commit

Permalink
chore: Remove unused local
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Sep 9, 2022
1 parent 18c6eb9 commit 68065be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public bool Prepare(Context context, Bitmap buffer, float radius)
_mRenderScript = RenderScript.Create(context);
_mBlurScript = ScriptIntrinsicBlur.Create(_mRenderScript, Element.U8_4(_mRenderScript));
}
catch (Android.Renderscripts.RSRuntimeException e)
catch (Android.Renderscripts.RSRuntimeException)
{
#pragma warning disable CS0162
if (DEBUG)
Expand Down

0 comments on commit 68065be

Please sign in to comment.