X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fconfig.h;h=8372af90f99c330c197a0343000b63d481df0013;hb=bd61d7f;hp=9043208364b554e518feb8a74ff1a18e37df730e;hpb=f7e0a54c49480981a8d9bec064375323fce0aaf1;p=builder.git diff --git a/source/config.h b/source/config.h index 9043208..8372af9 100644 --- a/source/config.h +++ b/source/config.h @@ -61,12 +61,6 @@ public: /** Checks whether an option exists. */ bool is_option(const std::string &) const; - /** Processes options from the given raw option map. Nonexistent options - are ignored. If any options were changed, the mtime of the configuration is - updated to the current time. Return value indicates whether any options - were changed. */ - bool update(const StringMap &); - void save() const; bool set_option(const std::string &, const std::string &); void load();