Skip to content

Commit

Permalink
Remove references to deleted drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpydog committed Dec 25, 2024
1 parent 7969828 commit dcf3678
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/FNA3D.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ static const FNA3D_Driver *drivers[] = {
#endif
#if FNA3D_DRIVER_OPENGL
&OpenGLDriver,
#endif
#if FNA3D_DRIVER_VULKAN /* TODO: Bump this to the top when Vulkan is done! */
&LegacyVulkanDriver,
#endif
#if FNA3D_DRIVER_GNMX
&GNMXDriver,
#endif
NULL
};
Expand Down

0 comments on commit dcf3678

Please sign in to comment.