chore: remove unused XSubscription class
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user