aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-04-24 22:27:42 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-04-24 22:27:42 +0530
commit5d0383d0f874348cc3e0f363bd5d42aa273a4551 (patch)
treefa660649b1fd1b48320e0fe5b969e508929ce2bc /util.h
parent23f008aa94cadca3b2db7ce963a1d1b23f0733e5 (diff)
downloaddmenu-5d0383d0f874348cc3e0f363bd5d42aa273a4551.tar.gz
dmenu-5d0383d0f874348cc3e0f363bd5d42aa273a4551.tar.bz2
dmenu-5d0383d0f874348cc3e0f363bd5d42aa273a4551.zip
Patched Dmenu
Diffstat (limited to 'util.h')
-rw-r--r--util.h12
1 files changed, 0 insertions, 12 deletions
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))