Skip to content
  • Elvis Angelaccio's avatar
    Drop CliInterface::isCliBased() · c090e935
    Elvis Angelaccio authored
    The only reason why we needed to know whether an interface is CLI-based was to
    check whether the executables needed by the cliplugins were available.
    
    This check is now done in the Plugin class, so we can drop this function.
    c090e935