X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/5b44976a2d8bdd1397727663ce019374d6b2730a..e7fa504c3e095db65853afd39d2d1324d439dcf4:/util.c?ds=inline diff --git a/util.c b/util.c index e95dfc5..eba8416 100644 --- a/util.c +++ b/util.c @@ -38,14 +38,6 @@ emallocz(unsigned int size) return res; } -void -swap(void **p1, void **p2) -{ - void *tmp = *p1; - *p1 = *p2; - *p2 = tmp; -} - void spawn(Arg *arg) {