efl/legacy/edje/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 added .cvsignore files 2004-01-17 16:36:46 +00:00
Edje.h edje -> version info 2010-05-29 08:05:11 +00:00
Edje_Edit.h Add scale set/get to Edje_Edit. 2010-06-18 22:08:05 +00:00
Makefile.am don't install private headers 2010-07-09 20:24:49 +00:00
edje_cache.c * edje: This is the first commit of a rewrite of edje file 2010-06-28 13:56:30 +00:00
edje_calc.c * edje: when gradient meet dodo. Yes, they are gone ! 2010-07-13 15:47:19 +00:00
edje_callbacks.c * edje: remove warning due to API change in Ecore. 2010-06-24 16:16:50 +00:00
edje_container.c Improve documentation for Evas, Ecore, Edje and Elementary. 2009-09-17 22:38:35 +00:00
edje_container.h Remove Evas list from Edje and use Eina instead. 2008-10-22 11:34:42 +00:00
edje_convert.c * edje: when gradient meet dodo. Yes, they are gone ! 2010-07-13 15:47:19 +00:00
edje_convert.h * edje: when gradient meet dodo. Yes, they are gone ! 2010-07-13 15:47:19 +00:00
edje_data.c * edje: when gradient meet dodo. Yes, they are gone ! 2010-07-13 15:47:19 +00:00
edje_edit.c Remove unneeded code with notnull.cocci script 2010-07-14 02:05:47 +00:00
edje_embryo.c * edje: remove warning due to API change in Ecore. 2010-06-24 16:16:50 +00:00
edje_entry.c * edje: remove warning due to API change in Ecore. 2010-06-24 16:16:50 +00:00
edje_external.c * edje: remove warning due to API change in Ecore. 2010-06-24 16:16:50 +00:00
edje_load.c * edje: when gradient meet dodo. Yes, they are gone ! 2010-07-13 15:47:19 +00:00
edje_lua.c fix amalgamation after lua2 changes. 2010-07-09 14:24:14 +00:00
edje_lua2.c fill in moar. 2010-07-13 06:47:18 +00:00
edje_lua_script_only.c lua2 getting gooooooooooooooood. message method still needs work. 2010-07-09 05:12:35 +00:00
edje_main.c fix amalgamation after lua2 changes. 2010-07-09 14:24:14 +00:00
edje_match.c aaah well... 1. fix segv with edje_match stuff is deep child cleans up 2010-04-02 11:05:53 +00:00
edje_message_queue.c * edje: remove warning due to API change in Ecore. 2010-06-24 16:16:50 +00:00
edje_misc.c reorganize header files inclusion. Fix some problems when compiling on Windows 2008-06-07 10:06:14 +00:00
edje_module.c remove useless log domain 2010-06-26 19:41:41 +00:00
edje_private.h * edje: when gradient meet dodo. Yes, they are gone ! 2010-07-13 15:47:19 +00:00
edje_program.c lua2 getting gooooooooooooooood. message method still needs work. 2010-07-09 05:12:35 +00:00
edje_script_only.c From: Fabiano Fidêncio <fidencio@profusion.mobi> 2010-06-05 13:07:08 +00:00
edje_smart.c lua2 getting gooooooooooooooood. message method still needs work. 2010-07-09 05:12:35 +00:00
edje_text.c * edje: This is the first commit of a rewrite of edje file 2010-06-28 13:56:30 +00:00
edje_textblock_styles.c * edje: This is the first commit of a rewrite of edje file 2010-06-28 13:56:30 +00:00
edje_util.c segv-- 2010-07-03 15:48:01 +00:00
edje_var.c * edje: remove warning due to API change in Ecore. 2010-06-24 16:16:50 +00:00