summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core.c b/src/core.c
index f2edc1b6..2d607c3a 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1461,12 +1461,6 @@ Color Fade(Color color, float alpha)
return (Color){color.r, color.g, color.b, (unsigned char)(255.0f*alpha)};
}
-// Activate raylib logo at startup (can be done with flags)
-void ShowLogo(void)
-{
- showLogo = true;
-}
-
// Setup window configuration flags (view FLAGS)
void SetConfigFlags(unsigned char flags)
{