diff options
author | monsta <[email protected]> | 2017-05-19 21:24:34 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-05-21 18:28:21 +0300 |
commit | 4b03d712e3e9c817d5b4488157dbd3ab9c6f160c (patch) | |
tree | dc210618e92ce6e94f0ec9697388466ad3f8b18f | |
parent | 074cdd24e397b954d3ef53224a34b604059ca6f9 (diff) | |
download | caja-extensions-4b03d712e3e9c817d5b4488157dbd3ab9c6f160c.tar.bz2 caja-extensions-4b03d712e3e9c817d5b4488157dbd3ab9c6f160c.tar.xz |
xattr-tags: remove hack, it's not needed now
-rw-r--r-- | xattr-tags/caja-xattr-tags-extension.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xattr-tags/caja-xattr-tags-extension.h b/xattr-tags/caja-xattr-tags-extension.h index 77e7754..20b57b4 100644 --- a/xattr-tags/caja-xattr-tags-extension.h +++ b/xattr-tags/caja-xattr-tags-extension.h @@ -45,11 +45,6 @@ struct _CajaXattrTagsClass { GType caja_xattr_tags_get_type(void); void caja_xattr_tags_register_type(GTypeModule *module); -////////////////////////////////////////////////////// -// hack: libcaja-private/caja-file.c -char *caja_file_get_activation_uri(CajaFile *file); -////////////////////////////////////////////////////// - G_END_DECLS #endif /* CAJA_XATTR_TAGS_EXTENSION_H */ |