Remove dead code

This commit is contained in:
Andrei Pago 2023-04-05 19:12:12 +02:00
parent dec52215e3
commit 340761d565
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: apago <apago@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/04 16:19:27 by apago #+# #+# */
/* Updated: 2023/04/05 19:06:08 by apago ### ########.fr */
/* Updated: 2023/04/05 19:12:00 by apago ### ########.fr */
/* */
/* ************************************************************************** */
@ -56,7 +56,6 @@ size_t parse_line(char *line, char *dst, t_meta *meta)
return (meta->width + 1);
}
// size_t offset; // unused
char *parse_data(char *data, t_meta *meta)
{
char *res;