From 5d0383d0f874348cc3e0f363bd5d42aa273a4551 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Sun, 24 Apr 2022 22:27:42 +0530 Subject: Patched Dmenu --- util.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index b34e3fd..f633b51 100644 --- a/util.h +++ b/util.h @@ -1,15 +1,3 @@ -/* -// . . . -// | | | . -// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_, -// | | ,-| | | | | |-' | / `-. | | | | | | | | / -// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"' -// ,| -// `' -// GITHUB:https://github.com/gabrielzschmitz -// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/ -// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/ -*/ /* See LICENSE file for copyright and license details. */ #define MAX(A, B) ((A) > (B) ? (A) : (B)) -- cgit v1.2.3-59-g8ed1b