diff options
Diffstat (limited to 'stockton-render/src/error.rs')
-rw-r--r-- | stockton-render/src/error.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/stockton-render/src/error.rs b/stockton-render/src/error.rs index cd1aa71..e0de55d 100644 --- a/stockton-render/src/error.rs +++ b/stockton-render/src/error.rs @@ -50,8 +50,4 @@ pub enum CreationError { /// Usually this is out of memory or something happened to the device/surface. /// You'll likely need to exit or create a new context. #[derive(Debug, Clone)] -pub enum FrameError { - AcquireError(hal::window::AcquireError), - SyncObjectError, - PresentError, -} +pub enum FrameError {} |