]> git.lizzy.rs Git - nothing.git/commitdiff
Remove deadcode
authorrexim <reximkut@gmail.com>
Sun, 5 Jan 2020 22:43:15 +0000 (05:43 +0700)
committerrexim <reximkut@gmail.com>
Sun, 5 Jan 2020 22:43:15 +0000 (05:43 +0700)
src/color.h

index cffb7cf613f7e787d84fc6d76f58cb3447a27935..338a068dd14013388b52c41d6e841948255014a1 100644 (file)
@@ -31,11 +31,4 @@ Color color_invert(Color c);
 
 Color color_scale(Color c, Color fc);
 
-static inline
-Color color_set_alpha(Color c, float a)
-{
-    c.a = a;
-    return c;
-}
-
 #endif  // COLOR_H_