Commented out unused variables (Marko Anastasov)
This commit is contained in:
parent
1a95b536de
commit
c3f146913b
1 changed files with 2 additions and 2 deletions
|
@ -80,10 +80,10 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
virtual void on_get_property(InterfaceAdaptor &interface, const std::string &property, Variant &value)
|
virtual void on_get_property(InterfaceAdaptor &/*interface*/, const std::string &/*property*/, Variant &/*value*/)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
virtual void on_set_property(InterfaceAdaptor &interface, const std::string &property, const Variant &value)
|
virtual void on_set_property(InterfaceAdaptor &/*interface*/, const std::string &/*property*/, const Variant &/*value*/)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
IntrospectedInterface *const introspect() const;
|
IntrospectedInterface *const introspect() const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue