X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=util.c;h=eba841613bf2a66e89a2878586b5d4fa647627de;hb=e7fa504c3e095db65853afd39d2d1324d439dcf4;hp=e95dfc5f946c623774a30e41105af613d8f36b36;hpb=5b44976a2d8bdd1397727663ce019374d6b2730a;p=dwm.git 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) {