efl/legacy/efreet/src/lib
Lucas De Marchi 2a84379ba9 Remove unneeded code with notnull.cocci script
The notnull.cocci script from Coccinelle finds places where you check if a
variable is NULL, but it's known not to be NULL. The check can be safely
removed. For example, this code would be caught by notnull:

if (!var) return;
if (var && var->fld) { ... }

It's needless to check again if var is not NULL because if it's in fact NULL,
it would have returned on the previous "if". This commit removes all the
trivial places where this pattern happens. Another patch will be generated for
the more complex cases.


SVN revision: 50241
2010-07-14 02:05:47 +00:00
..
.cvsignore - cleanup 2007-07-01 16:32:34 +00:00
Efreet.h version for efreet 2010-05-29 08:30:06 +00:00
Efreet_Mime.h * API break: _shutdown() functions return an int, now 2009-10-10 06:19:13 +00:00
Efreet_Trash.h allow trashing of files which are not on home partition 2010-05-15 07:51:49 +00:00
Makefile.am Move Efreet (and associated headers) to own dir. 2010-07-09 06:28:29 +00:00
efreet.c efreet: use alloca for local dynamic buffer 2010-03-30 12:22:15 +00:00
efreet_base.c version for efreet 2010-05-29 08:30:06 +00:00
efreet_base.h * efreet: Use eina_log. 2009-09-21 16:36:29 +00:00
efreet_desktop.c Remove unneeded code with notnull.cocci script 2010-07-14 02:05:47 +00:00
efreet_desktop.h efreet: better naming 2010-04-15 19:21:03 +00:00
efreet_desktop_command.c efreet: and add file 2010-04-15 18:24:48 +00:00
efreet_icon.c efreet: formatting 2010-05-17 19:45:20 +00:00
efreet_icon.h efreet: stringshare 2010-04-01 19:41:03 +00:00
efreet_ini.c efreet: stringshare 2010-04-01 19:41:03 +00:00
efreet_ini.h *Efreet_Ini: Add a new API call: 2009-10-24 09:23:51 +00:00
efreet_menu.c efreet: Check return value from opendir 2010-04-17 18:39:13 +00:00
efreet_menu.h moe enume typedefs together. typedef before enum is bad for some compilrs... 2009-09-14 00:38:59 +00:00
efreet_mime.c formatting 2010-06-25 01:44:30 +00:00
efreet_private.h efreet: merge 2010-04-01 19:39:42 +00:00
efreet_trash.c formatting 2010-06-25 01:44:30 +00:00
efreet_uri.c Added #define _POSIX_HOST_NAME_MAX for OSes that don't know it (NetBSD in detail) 2009-04-28 15:49:45 +00:00
efreet_uri.h * move header files in efree_provate.h to the source files 2009-04-20 23:20:40 +00:00
efreet_utils.c efreet: formatting 2010-05-16 19:36:42 +00:00
efreet_utils.h init util alongside rest of efreet 2010-03-27 19:57:47 +00:00
efreet_xml.c efreet: fix #534 2010-04-18 20:04:09 +00:00
efreet_xml.h efreet: stringshare 2010-03-30 12:21:44 +00:00