chore: remove unused XScreenInputFailure

This commit is contained in:
sithlord48
2025-06-30 07:59:34 -04:00
committed by Nick Bolton
parent 872db8910e
commit 4c2b9eb9e4
2 changed files with 0 additions and 20 deletions

View File

@ -16,15 +16,6 @@ std::string XScreenOpenFailure::getWhat() const throw()
return format("XScreenOpenFailure", "unable to open screen");
}
//
// XScreenXInputFailure
//
std::string XScreenXInputFailure::getWhat() const throw()
{
return "";
}
//
// XScreenUnavailable
//

View File

@ -28,17 +28,6 @@ protected:
std::string getWhat() const throw() override;
};
/**
* @brief XScreenXInputFailure - Thrown when an XInput error occurs
*/
class XScreenXInputFailure : public XScreen
{
using XScreen::XScreen;
protected:
std::string getWhat() const throw() override;
};
//! Screen unavailable exception
/*!
Thrown when a screen cannot be opened or initialized but retrying later