diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-05-23 07:44:24 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-05-23 07:44:24 +0200 |
commit | beb8b0dad71871aa66b63901b3e6b6c047e1a646 (patch) | |
tree | f96b49e7dabca98306db6cf716592c62adcc9b77 /src/faces/Face.vala | |
parent | 2861a48339aa0756131008dfaf399426c97de34b (diff) | |
parent | 08f04632f65e109dae9bd554621e33454adacf41 (diff) |
Merge branch 'release/debian/0.30.16-1'debian/0.30.16-1
Diffstat (limited to 'src/faces/Face.vala')
-rw-r--r-- | src/faces/Face.vala | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/faces/Face.vala b/src/faces/Face.vala index 9be33c9..9304023 100644 --- a/src/faces/Face.vala +++ b/src/faces/Face.vala @@ -4,7 +4,6 @@ * (version 2.1 or later). See the COPYING file in this distribution. */ -#if ENABLE_FACES public class FaceSourceCollection : ContainerSourceCollection { private Gee.HashMap<string, Face> name_map = new Gee.HashMap<string, Face> ((Gee.HashDataFunc)Face.hash_name_string, (Gee.EqualDataFunc)Face.equal_name_strings); @@ -677,5 +676,3 @@ public class Face : DataSource, ContainerSource, Proxyable, Indexable { base.destroy(); } } - -#endif |