Could we remove this code?

2014-08-23 Thread Rodolfo García Peñas (kix)
Hi, is possible remove this code? I did it and no differences :-/ Cheers, kix kix@kentin:~/src/wmaker-crm$ git diff diff --git a/src/dock.c b/src/dock.c index e837280..2f394d7 100644 --- a/src/dock.c +++ b/src/dock.c @@ -3250,29 +3250,6 @@ void wDockTrackWindowLaunch(WDock *dock, Window

Re: Could we remove this code?

2014-08-23 Thread Carlos R. Mafra
On Sat, 23 Aug 2014 at 22:12:39 +, Rodolfo García Peñas (kix) wrote: is possible remove this code? I did it and no differences :-/ I think there are two options: 1. If you can prove that the code is never executed you can safely remove it 2. If the code can be executed, you can explain