shell-global: remove unused shell_global_maybe_gc()

It's not used anywhere, and we're removing the manual garbage collection
invocations anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=679832
This commit is contained in:
Cosimo Cecchi
2012-07-12 19:54:41 -04:00
parent de65739c01
commit e82fe14f00
2 changed files with 0 additions and 15 deletions

View File

@ -87,7 +87,6 @@ void shell_global_get_pointer (ShellGlobal *global,
/* JavaScript utilities */
void shell_global_gc (ShellGlobal *global);
void shell_global_maybe_gc (ShellGlobal *global);
typedef struct {
guint glibc_uordblks;