diff options
author | monsta <[email protected]> | 2017-05-19 21:24:34 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-05-19 21:24:34 +0300 |
commit | 378c89e74dc9b784c75a9eb070874e5238e0bbfa (patch) | |
tree | a19f69cef9ea8eeccb934b66e9a381fac9f8b805 /xattr-tags | |
parent | dacab6eecfccec0cc44e8d02d9bf7c9dff8df95f (diff) | |
download | caja-extensions-378c89e74dc9b784c75a9eb070874e5238e0bbfa.tar.bz2 caja-extensions-378c89e74dc9b784c75a9eb070874e5238e0bbfa.tar.xz |
xattr-tags: remove hack, it's not needed now
Diffstat (limited to 'xattr-tags')
-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 */ |