mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 19:06:27 +00:00
Remove some unneeded line breaks
This commit is contained in:
@@ -120,7 +120,6 @@
|
||||
#define RLAPI __declspec(dllimport) // We are using the library as a Win32 shared library (.dll)
|
||||
#endif
|
||||
|
||||
|
||||
// Function specifiers definition
|
||||
#ifndef RLAPI
|
||||
#define RLAPI // Functions defined as 'extern' by default (implicit specifiers)
|
||||
@@ -3412,7 +3411,6 @@ void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
// Read texture pixel data
|
||||
void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
|
||||
{
|
||||
|
Reference in New Issue
Block a user