mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Remove unused code
This commit is contained in:
parent
3b809602f9
commit
048818602f
@ -16,7 +16,7 @@ use crate::{
|
||||
RendererInitError,
|
||||
input::{DEFAULT_CAMERA_TUNING_CONFIG, InputEvent},
|
||||
viewer::ViewerWindow,
|
||||
window::{self, WindowSize},
|
||||
window::WindowSize,
|
||||
};
|
||||
|
||||
/// # Display the provided mesh in a window that processes input
|
||||
@ -41,10 +41,6 @@ pub enum Error {
|
||||
#[error("Error initializing event loop")]
|
||||
EventLoop(#[from] EventLoopError),
|
||||
|
||||
/// Error initializing window
|
||||
#[error("Error initializing window")]
|
||||
Window(#[from] window::WindowError),
|
||||
|
||||
/// Error initializing graphics
|
||||
#[error("Error initializing graphics")]
|
||||
Graphics(#[from] RendererInitError),
|
||||
|
Loading…
Reference in New Issue
Block a user