diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-05-21 19:43:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-05-21 19:43:54 +0200 |
commit | 9e0516824a0f79514aca5d6dbb1aa21cd247ba05 (patch) | |
tree | 9764868c78e104cc18bb6c59f6a8a8a952b30d28 /src/faces/Faces.vala | |
parent | 4c548cd33f0614e666d9049e41b4f129629cf182 (diff) |
New upstream version 0.30.16upstream/0.30.16
Diffstat (limited to 'src/faces/Faces.vala')
-rw-r--r-- | src/faces/Faces.vala | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/faces/Faces.vala b/src/faces/Faces.vala index 3f0623a..595c3b6 100644 --- a/src/faces/Faces.vala +++ b/src/faces/Faces.vala @@ -4,8 +4,6 @@ * (version 2.1 or later). See the COPYING file in this distribution. */ -#if ENABLE_FACES - namespace Faces { public void init() throws Error { @@ -17,21 +15,3 @@ public void terminate() { } } - -#else - -namespace Faces { - -public void init() throws Error { - // do nothing; this method is here only - // to make the unitizing mechanism happy -} - -public void terminate() { - // do nothing; this method is here only - // to make the unitizing mechanism happy -} - -} - -#endif |