Page MenuHome

BLF: blf_glyph_cache_free Made Static
ClosedPublic

Authored by Harley Acheson (harley) on Nov 27 2021, 10:30 PM.

Details

Summary

blf_glyph_cache_free does not need to be public.


The only public use of blf_glyph_cache_free is in a block of code that is identical to just calling blf_glyph_cache_clear instead. Therefore we can reduce some code and make make blf_glyph_cache_free static.

Diff Detail

Repository
rB Blender

Event Timeline

Harley Acheson (harley) requested review of this revision.Nov 27 2021, 10:30 PM
Harley Acheson (harley) created this revision.

Updated to current state of master.

Updated to current state of master.

Harley Acheson (harley) edited the summary of this revision. (Show Details)

Updated to the current state of master.

This revision is now accepted and ready to land.Feb 4 2022, 2:50 AM
This revision was automatically updated to reflect the committed changes.