Remove dead code

This commit is contained in:
Xavi Artigas 2019-03-20 11:24:05 +01:00
parent 016e4df78b
commit 171467b1fa
1 changed files with 0 additions and 8 deletions

View File

@ -44,7 +44,6 @@
#include "graphical_struct.h"
#define CONVERT 20
#define WIDTH 1000
#define HEIGHT 600
@ -53,13 +52,6 @@ Graphical globalGraphical;
/*Variable for fps*/
int fps_frames = 0;
void _clear_buf(char *buf)
{
int i;
for (i = 0; i < CONVERT; i++)
buf[i] = '\0';
}
Eina_Slstr * _value_int_to_char(int value, const char *description)
{
if (description)