summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-26 20:47:08 +0100
committerRay <[email protected]>2020-02-26 20:47:08 +0100
commitfa4e0c1a2645826dde90792e4081cbcbf6784968 (patch)
treee43bf9236b64a5dc913d2c7161d29aaf3497797d /src
parent10464493391f1b4c7714caf0eb45cc76f0053c1e (diff)
downloadraylib-fa4e0c1a2645826dde90792e4081cbcbf6784968.tar.gz
raylib-fa4e0c1a2645826dde90792e4081cbcbf6784968.zip
Reviewed example
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index f6895f82..ce6fdaf5 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -588,7 +588,6 @@ RLAPI void ToggleVrMode(void); // Enable/Disable VR exp
RLAPI void BeginVrDrawing(void); // Begin VR simulator stereo rendering
RLAPI void EndVrDrawing(void); // End VR simulator stereo rendering
-RLAPI void TRACELOG(int msgType, const char *text, ...); // Show trace log messages (LOG_INFO, LOG_WARNING, LOG_ERROR, LOG_DEBUG)
RLAPI int GetPixelDataSize(int width, int height, int format);// Get pixel data size in bytes (image or texture)
#endif