~ubuntuone-control-tower/unity-scope-click/touch-15-04

« back to all changes in this revision

Viewing changes to libclickscope/click/interface.h

  • Committer: Bileto Bot
  • Author(s): Rodney Dawes
  • Date: 2016-08-08 15:12:00 UTC
  • mfrom: (465.2.1 drop-getdotdesktopfilename)
  • Revision ID: ci-train-bot@canonical.com-20160808151200-rk4qdako0umvyskn
Remove some old unused code that is not needed any longer. (LP: #1289526)

Approved by: Charles Kerr, unity-api-1-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    virtual void get_manifests(std::function<void(ManifestList, InterfaceError)> callback);
105
105
    virtual void get_installed_packages(std::function<void(PackageSet, InterfaceError)> callback);
106
106
    virtual void get_manifest_for_app(const std::string &app_id, std::function<void(Manifest, InterfaceError)> callback);
107
 
    virtual void get_dotdesktop_filename(const std::string &app_id,
108
 
                                        std::function<void(std::string filename, InterfaceError)> callback);
109
107
    constexpr static const char* ENV_SHOW_DESKTOP_APPS {"CLICK_SCOPE_SHOW_DESKTOP_APPS"};
110
108
    virtual bool is_visible_app(const unity::util::IniParser& keyFile);
111
109
    virtual bool show_desktop_apps();