Skip to content
Snippets Groups Projects
  1. Aug 30, 2015
    • est31's avatar
      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
  2. Mar 28, 2015
  3. Feb 18, 2015
  4. Dec 30, 2014
  5. Aug 23, 2014
  6. May 07, 2014
  7. Apr 27, 2014
  8. Jan 14, 2014
  9. Jan 05, 2014
  10. Nov 29, 2013
  11. Aug 17, 2013
  12. Aug 14, 2013
  13. Aug 04, 2013
  14. Jul 28, 2013
  15. Jul 03, 2013
Loading