settings: remove outdated comment (#564)

This notice is outdated as the file was already renamed to settings.rs.
This commit is contained in:
terrarier2111 2021-07-18 18:09:00 +02:00 committed by GitHub
parent 9712387ec0
commit 9e0dc7cceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
use crate::console;
use std::marker::PhantomData;
use winit::event::VirtualKeyCode;
// Might just rename this to settings.rs
pub const R_MAX_FPS: console::CVar<i64> = console::CVar {
ty: PhantomData,