tray: Fix build error
This commit is contained in:
parent
fe9660254c
commit
3b9ff04f40
@ -876,7 +876,7 @@ void bar::handle(const evt::configure_notify&) {
|
|||||||
m_sig.emit(signals::ui::update_geometry{});
|
m_sig.emit(signals::ui::update_geometry{});
|
||||||
}
|
}
|
||||||
|
|
||||||
void bar::start(const string& tray_module_name) {
|
void bar::start(const string&) {
|
||||||
m_log.trace("bar: Create renderer");
|
m_log.trace("bar: Create renderer");
|
||||||
m_renderer = renderer::make(m_opts, *m_action_ctxt);
|
m_renderer = renderer::make(m_opts, *m_action_ctxt);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user