diff options
Diffstat (limited to 'src/Photo.vala')
-rw-r--r-- | src/Photo.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Photo.vala b/src/Photo.vala index 41b6f1d..b67457e 100644 --- a/src/Photo.vala +++ b/src/Photo.vala @@ -5209,7 +5209,6 @@ public class LibraryPhoto : Photo, Flaggable, Monitorable { } } -#if ENABLE_FACES // Attach faces. Gee.Collection<Face>? faces = Face.global.fetch_for_source(this); if (faces != null) { @@ -5223,7 +5222,6 @@ public class LibraryPhoto : Photo, Flaggable, Monitorable { } } } -#endif return dupe; } |