Skip to content
  • Federico Mena Quintero's avatar
    _atspi_dbus_handle_event(): Return void · cbc0a981
    Federico Mena Quintero authored
    With the handling of the interface string simplified, per the last
    commit, this function only ever returns DBUS_HANDLER_RESULT_HANDLED.
    Moreover, its only caller ignores the return value.  So, make the
    function return void.
    cbc0a981