diff options
author | handyande <handyande> | 2006-03-12 16:12:59 +0000 |
---|---|---|
committer | handyande <handyande@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2006-03-12 16:12:59 +0000 |
commit | 00330faaf91c7d60ff148a602e792b1e6e488aff (patch) | |
tree | 18180139c8aa97cd63e289ccc7259e207ef62dd7 /src/modules/battery/e_mod_main.h | |
parent | 1b6ecaa4087b2f3d330644200f0de4091fb97595 (diff) | |
download | enlightenment-00330faaf91c7d60ff148a602e792b1e6e488aff.tar.gz |
Move the manipulation of user specified policy flags (ALLOW_OVERLAP and ALWAYS_ON_TOP (not used yet)) to the gadman edit menu, saves a LOT of code inside modules
SVN revision: 21226
Diffstat (limited to 'src/modules/battery/e_mod_main.h')
-rw-r--r-- | src/modules/battery/e_mod_main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/battery/e_mod_main.h b/src/modules/battery/e_mod_main.h index fb7d41c424..6420821cfa 100644 --- a/src/modules/battery/e_mod_main.h +++ b/src/modules/battery/e_mod_main.h @@ -20,7 +20,6 @@ struct _Config { double poll_time; int alarm; - int allow_overlap; Evas_List *faces; }; |