viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit d6ee0c6fe875c0e4c8dbc1e8a92aff46906d1c7a
parent 452460bf28aeb4ad3180c289d81bae6aa22fa0f9
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Sun, 14 Oct 2012 20:11:59 -0600

remove confusing comment

Diffstat:
Msrc/main.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c @@ -337,8 +337,6 @@ elm_main(int argc, char *argv[]) ad->history = hist; ad->session = session; ad->session_save_timer = session_save_timer; - - /* initialize fields that are non-zero */ ad->keylistroot = make_keyslist(); ad->zoomstep = 0.1f;