1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

Tidy up a bit

This commit is contained in:
Jonas Fonseca 2005-10-26 22:39:12 +02:00 committed by Jonas Fonseca
parent d7f002c8a1
commit aa07c4d848

View File

@ -23,6 +23,7 @@
#include "util/file.h"
#include "util/string.h"
static void
navigator_preference(struct SEE_interpreter *see, struct SEE_object *self,
struct SEE_object *thisobj, int argc, struct SEE_value **argv,
@ -170,10 +171,6 @@ init_see_interface(struct SEE_interpreter *see)
struct SEE_value value;
struct SEE_string *name;
/* TODO: Initialize strings.
SEE_intern_global(s_print = &S_print);
* */
/* Create the navigator browser object. Add it to the global space */
navigator = SEE_Object_new(see);
SEE_SET_OBJECT(&value, navigator);