Skip to content
  • Jasper St. Pierre's avatar
    core: Remove useless meta_invalidate_default_icons implementation · df9a5f86
    Jasper St. Pierre authored
    This code was supposed to refresh our default icons when the theme
    changed, but it actually was a no-op, since the default icons are cached
    in a static variable in MetaUI.
    
    I'm not sure the fact that the fallback icons don't update when the
    theme changes is an important enough use case to keep working, but I'm
    keeping the skeleton function there in case somebody wants to actually
    fix it properly.
    df9a5f86