cleanup some warnings

This commit is contained in:
Gregory Wells
2025-08-03 13:21:39 -04:00
parent 69b063d6e5
commit b0f2372cb3
2 changed files with 0 additions and 15 deletions

View File

@@ -29,7 +29,6 @@ typedef struct gnInstanceFunctions {
gnReturnCode (*_gnCreateOutputDevice)(gnInstanceHandle instance, gnOutputDeviceHandle device, gnOutputDeviceInfo deviceInfo);
void (*_gnDestroyOutputDevice)(gnInstanceHandle handle, gnOutputDeviceHandle device);
#ifdef GN_PLATFORM_LINUX
#ifdef GN_WINDOW_X11
gnReturnCode (*_gnCreateX11WindowSurface)(gnWindowSurfaceHandle windowSurface, gnInstanceHandle instance, gnX11WindowSurfaceInfo createInfo);