summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorRay <[email protected]>2024-02-18 11:59:40 +0100
committerRay <[email protected]>2024-02-18 11:59:40 +0100
commite42e3188f57d8db51e0a14410242dcb5566dd9fb (patch)
tree7f19b2a24979940a90dba175ebecdb964917c753 /src/rlgl.h
parentc251e9309e066b9d2aa5ecbd15bcee45b9bef528 (diff)
downloadraylib-e42e3188f57d8db51e0a14410242dcb5566dd9fb.tar.gz
raylib-e42e3188f57d8db51e0a14410242dcb5566dd9fb.zip
Remove some unneeded line breaks
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 237799e5..75b83010 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -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)
{