remove direct access to jsapi

with js24 its not possible to access jsapi directly from C code

https://bugzilla.gnome.org/show_bug.cgi?id=711052
This commit is contained in:
Tim Lunn
2013-10-29 18:12:10 +11:00
parent e9fbbf4000
commit 7296bedd8e
3 changed files with 0 additions and 45 deletions

View File

@ -69,10 +69,6 @@ typedef struct {
guint last_gc_seconds_ago;
} ShellMemoryInfo;
void shell_global_get_memory_info (ShellGlobal *global,
ShellMemoryInfo *meminfo);
/* Run-at-leisure API */
void shell_global_begin_work (ShellGlobal *global);
void shell_global_end_work (ShellGlobal *global);