commit 46820648dbfaa53ad72a63731f22e778473c830f parent 03f1fc69a08f61594048b881581089aaf51626b9 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Wed, 23 Feb 2022 17:02:09 -0600 remove unused mimetype array Diffstat:
M | waycopy.c | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/waycopy.c b/waycopy.c @@ -12,9 +12,6 @@ #include "common.h" #include "util.h" -#define MIMETYPE_MAX_SIZE 256 -char mimetype[MIMETYPE_MAX_SIZE]; - struct wl_registry *registry; int temp;