Skip to content

Commit

Permalink
Remove unused field in TextureMapperGL
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=247457

Reviewed by Michael Catanzaro.

The field `m_enableEdgeDistanceAntialiasing` is unused and generated a
warning.

* Source/WebCore/platform/graphics/texmap/TextureMapperGL.h:

Canonical link: https://commits.webkit.org/256303@main
  • Loading branch information
donny-dont committed Nov 4, 2022
1 parent 8c9874a commit 7423ac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WebCore/platform/graphics/texmap/TextureMapperGL.h
Expand Up @@ -106,7 +106,6 @@ class TextureMapperGL : public TextureMapper {
TextureMapperContextAttributes m_contextAttributes;
TextureMapperGLData* m_data;
ClipStack m_clipStack;
bool m_enableEdgeDistanceAntialiasing;
};

} // namespace WebCore
Expand Down

0 comments on commit 7423ac1

Please sign in to comment.