Files
calcurse-edge/src
Lukas Fleischer 7cc6305588 Do not cast unused return values to void
A small style fix that removes all remaining "(void)" casts. Using these
isn't encouraged in GNU coding guidelines and doesn't serve a certain
purpose, except for satisfying a few static code analysis tools. We
already nuked some of these in previous patches, but this semantic patch
should fix what's left:

    @@
    identifier func;
    @@

    - (void)func (
    + func (
    ...);

Long lines were re-formatted manually.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-11-02 18:32:17 +01:00
..
2011-11-02 18:32:17 +01:00
2011-06-09 21:37:22 +02:00
2011-11-02 18:32:17 +01:00
2011-10-05 12:25:48 +02:00
2011-10-05 12:25:46 +02:00
2011-11-02 18:31:10 +01:00
2011-10-05 12:25:46 +02:00
2011-10-05 12:25:46 +02:00
2011-07-02 10:09:18 +02:00