diff --git a/lang/qt/src/qgpgmenewcryptoconfig.cpp b/lang/qt/src/qgpgmenewcryptoconfig.cpp index 32bf888c..57d02cc7 100644 --- a/lang/qt/src/qgpgmenewcryptoconfig.cpp +++ b/lang/qt/src/qgpgmenewcryptoconfig.cpp @@ -59,22 +59,6 @@ using namespace QGpgME; using namespace GpgME; using namespace GpgME::Configuration; -namespace -{ -struct Select1St { - template - const U &operator()(const std::pair &p) const - { - return p.first; - } - template - const U &operator()(const QPair &p) const - { - return p.first; - } -}; -} - // Just for the Q_ASSERT in the dtor. Not thread-safe, but who would // have 2 threads talking to gpgconf anyway? :) static bool s_duringClear = false;