diff options
Diffstat (limited to 'lang/cpp/src/context_glib.cpp')
-rw-r--r-- | lang/cpp/src/context_glib.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/cpp/src/context_glib.cpp b/lang/cpp/src/context_glib.cpp index 383b8eb6..d9889185 100644 --- a/lang/cpp/src/context_glib.cpp +++ b/lang/cpp/src/context_glib.cpp @@ -20,22 +20,13 @@ Boston, MA 02110-1301, USA. */ -#include <config-gpgme++.h> - #include <global.h> -#ifdef HAVE_GPGME_GET_FDPTR extern "C" GIOChannel *gpgme_get_fdptr(int); -#endif GIOChannel *GpgME::getGIOChannel(int fd) { -#ifdef HAVE_GPGME_GET_FDPTR return gpgme_get_fdptr(fd); -#else - (void)fd; - return 0; -#endif } QIODevice *GpgME::getQIODevice(int fd) |