Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved unused vars - dwm - [fork] customized build of dwm, the dynamic window…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit c107db57db9529c699e6aa5fc1c31a37be06f94e
parent d39d00057ce609e726b2769f953485dc4c7403cc
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 4 Sep 2006 12:23:41 +0200
removed unused vars
Diffstat:
M view.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/view.c b/view.c
t@@ -57,7 +57,7 @@ detach(Client *c)
void
dofloat(Arg *arg)
{
- Client *c, *fc;
+ Client *c;
maximized = False;
t@@ -77,7 +77,7 @@ void
dotile(Arg *arg)
{
int h, i, n, w;
- Client *c, *fc;
+ Client *c;
maximized = False;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.