aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/engineinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/engineinfo.cpp')
-rw-r--r--lang/cpp/src/engineinfo.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/cpp/src/engineinfo.cpp b/lang/cpp/src/engineinfo.cpp
index eaff2bd6..d2600909 100644
--- a/lang/cpp/src/engineinfo.cpp
+++ b/lang/cpp/src/engineinfo.cpp
@@ -20,8 +20,6 @@
Boston, MA 02110-1301, USA.
*/
-#include <config-gpgme++.h>
-
#include "engineinfo.h"
#include <gpgme.h>
@@ -81,9 +79,5 @@ const char *GpgME::EngineInfo::requiredVersion() const
const char *GpgME::EngineInfo::homeDirectory() const
{
-#ifdef HAVE_GPGME_ENGINE_INFO_T_HOME_DIR
return isNull() ? 0 : d->info->home_dir;
-#else
- return 0;
-#endif
}