From 0150234f07c9999a405f53ab4666984e17d27e0e Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Sun, 5 Sep 2021 00:12:39 +0100 Subject: Some refactoring --- include/video.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/video.h') diff --git a/include/video.h b/include/video.h index e51721d..9ac136d 100644 --- a/include/video.h +++ b/include/video.h @@ -1,17 +1,5 @@ #pragma once -#define TITLE 100 -#define AUTHOR 120 -#define VIDEOID 11 -#define DURATION 8 - -/* - * title -> max 100 characters - * author -> max 120 characters combined - * video id -> max 11 characters - * duration -> max 8 characters - * thumbnail -> https://i.ytimg.com/vi/[id]/hq720.jpg - */ typedef struct video { char *title, *author, *id, *duration; -- cgit v1.2.3