dbus: unexpose track_wdata and track_leader
These are internal states. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
ee35bd873a
commit
b6a5bf720d
|
@ -1046,8 +1046,6 @@ static bool cdbus_process_opts_get(session_t *ps, DBusMessage *msg) {
|
||||||
cdbus_m_opts_get_do(use_damage, cdbus_reply_bool);
|
cdbus_m_opts_get_do(use_damage, cdbus_reply_bool);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cdbus_m_opts_get_stub(track_focus, cdbus_reply_bool, true);
|
|
||||||
cdbus_m_opts_get_do(track_leader, cdbus_reply_bool);
|
|
||||||
#undef cdbus_m_opts_get_do
|
#undef cdbus_m_opts_get_do
|
||||||
#undef cdbus_m_opts_get_stub
|
#undef cdbus_m_opts_get_stub
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue