Skip to content

Commit

Permalink
remove dangling comment
Browse files Browse the repository at this point in the history
  • Loading branch information
y5nw committed Dec 13, 2024
1 parent f52baf2 commit 4d1ab89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions irr/include/IrrlichtDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,6 @@ class IrrlichtDevice : public virtual IReferenceCounted
return video::isDriverSupported(driver);
}

// This is a trivial (near-identity) mapping for converting between scancodes and keycodes for devices that do
// not implement this.

#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_) || USE_SDL2
//! Get the scancode of the corresponding keycode.
virtual std::variant<u32, EKEY_CODE> getScancodeFromKey(const Keycode &key) const {
Expand Down

0 comments on commit 4d1ab89

Please sign in to comment.