diff --git a/include/Refresh.h b/include/Refresh.h index 57508a9..e77e7e7 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -597,8 +597,6 @@ typedef void (REFRESHCALL * REFRESH_LogFunc)(const char *msg); /* Device */ /* Create a rendering context for use on the calling thread. - * This creation method takes an existing FNA3D_Device - * to ease interoperability with existing FNA graphics code. * * deviceWindowHandle: * A handle to a window. diff --git a/src/Refresh_Driver.h b/src/Refresh_Driver.h index dec6ecc..32efb00 100644 --- a/src/Refresh_Driver.h +++ b/src/Refresh_Driver.h @@ -559,6 +559,6 @@ typedef struct REFRESH_Driver extern REFRESH_Driver VulkanDriver; -#endif /* FNA3D_DRIVER_H */ +#endif /* REFRESH_DRIVER_H */ /* vim: set noexpandtab shiftwidth=8 tabstop=8: */