Files
c-toxcore/other
iphydf 0d347c2b2e Minor cleanups: unused vars, unreachable code, static globals.
- All global variables should be static unless they have an explicit
  extern declaration in a header file.
- `to_compare` was not used in encryptsave and toxav tests.
- `break` in switch cases is not required directly after `return`,
  `goto`, or a noreturn function like `abort`.
2016-09-24 20:52:09 +01:00
..
2016-09-21 15:33:55 -04:00
2016-08-16 17:36:18 +01:00
2015-07-07 22:57:11 -04:00
2013-08-14 12:35:55 -04:00