Skip to content

Commit

Permalink
remove useless include
Browse files Browse the repository at this point in the history
  • Loading branch information
danini-the-panini committed Nov 11, 2024
1 parent e062b5e commit 46a549d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/mittsu/renderers/glfw_window.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
glfw_lib = Mittsu::GLFWLib.discover
::GLFW.load_lib(ENV["MITTSU_LIBGLFW_FILE"] || glfw_lib.file, ENV["MITTSU_LIBGLFW_PATH"] || glfw_lib.path) unless Mittsu.test?

include GLFW

module Mittsu
module GLFW
class Window
Expand Down

0 comments on commit 46a549d

Please # to comment.