Skip to content
Snippets Groups Projects
  • est31's avatar
    9c44aace
    l_mainmenu.h: remove unused l_get_dirlist function · 9c44aace
    est31 authored
    The commit
    8f9af573 "Add core.get_dir_list" by @ShadowNinja
    has removed the implementation of the l_get_dirlist function and all its usages
    from the l_mainmenu.cpp file, but hasn't removed it from the header file.
    
    The reason why this hasn't been detected earlier is that C++ has this interesting
    feature to still make it possible to create instances of classes whose never used
    private methods are declared but not defined.
    9c44aace
    History
    l_mainmenu.h: remove unused l_get_dirlist function
    est31 authored
    The commit
    8f9af573 "Add core.get_dir_list" by @ShadowNinja
    has removed the implementation of the l_get_dirlist function and all its usages
    from the l_mainmenu.cpp file, but hasn't removed it from the header file.
    
    The reason why this hasn't been detected earlier is that C++ has this interesting
    feature to still make it possible to create instances of classes whose never used
    private methods are declared but not defined.