diff --git a/src/lib/deskflow/XDeskflow.h b/src/lib/deskflow/XDeskflow.h index ad6158832..46b719205 100644 --- a/src/lib/deskflow/XDeskflow.h +++ b/src/lib/deskflow/XDeskflow.h @@ -17,14 +17,6 @@ class XDeskflow : public XBase using XBase::XBase; }; -/** - * @brief XSubscription - Thrown when there is a problem with the subscription. - */ -class XSubscription : public XDeskflow -{ - using XDeskflow::XDeskflow; -}; - /** * @brief XBadClient - Thrown when the client fails to follow the protocol. */