diff options
Diffstat (limited to 'libnm-glib/nm-object-cache.h')
| -rw-r--r-- | libnm-glib/nm-object-cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm-glib/nm-object-cache.h b/libnm-glib/nm-object-cache.h index 2348dcfa..8386591c 100644 --- a/libnm-glib/nm-object-cache.h +++ b/libnm-glib/nm-object-cache.h @@ -32,8 +32,6 @@ G_BEGIN_DECLS /* Returns referenced object from the cache */ NMObject *_nm_object_cache_get (const char *path); void _nm_object_cache_add (NMObject *object); -void _nm_object_cache_remove_by_object (NMObject *object); -void _nm_object_cache_remove_by_path (const char *path); G_END_DECLS |