~justinmcp/media-hub/proxy-player

« back to all changes in this revision

Viewing changes to src/core/media/mpris/service.h

  • Committer: Justin McPherson
  • Date: 2016-05-26 02:08:39 UTC
  • Revision ID: justin.mcpherson@canonical.com-20160526020839-n3gltqdmr3znxj2m
Remove unneeded dbus method definition

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
    DBUS_CPP_METHOD_WITH_TIMEOUT_DEF(ResumeSession, Service, 1000)
130
130
    DBUS_CPP_METHOD_WITH_TIMEOUT_DEF(SetCurrentPlayer, Service, 1000)
131
131
    DBUS_CPP_METHOD_WITH_TIMEOUT_DEF(PauseOtherSessions, Service, 1000)
132
 
    DBUS_CPP_METHOD_WITH_TIMEOUT_DEF(CreateProxySession, Service, 1000)
133
132
};
134
133
}
135
134