summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/IDN/IDNA.h')
-rw-r--r--Swiften/IDN/IDNA.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/Swiften/IDN/IDNA.h b/Swiften/IDN/IDNA.h
deleted file mode 100644
index 19af1e6..0000000
--- a/Swiften/IDN/IDNA.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2010 Remko Tronçon
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
- */
-
-#pragma once
-
-#include <string>
-
-namespace Swift {
- class IDNA {
- public:
- static std::string getEncoded(const std::string& s);
- };
-}