diff --git a/repos/base/src/core/include/pd_session_component.h b/repos/base/src/core/include/pd_session_component.h index 0763814fea..0aeebcfd29 100644 --- a/repos/base/src/core/include/pd_session_component.h +++ b/repos/base/src/core/include/pd_session_component.h @@ -352,8 +352,7 @@ class Genode::Pd_session_component : public Session_object ******************************************/ void create_cell(long prioritiy, const Affinity::Location &loc) override; - void grow_cell(const Affinity::Location &loc) override; - void shrink_cell(const Affinity::Location &loc) override; + void update_cell(const Affinity::Location &loc) override; }; #endif /* _CORE__INCLUDE__PD_SESSION_COMPONENT_H_ */