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