summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/IDN/IDNA.h')
-rw-r--r--Swiften/IDN/IDNA.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Swiften/IDN/IDNA.h b/Swiften/IDN/IDNA.h
deleted file mode 100644
index 6ac51bf..0000000
--- a/Swiften/IDN/IDNA.h
+++ /dev/null
@@ -1,18 +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>
-
-#include <Swiften/Base/API.h>
-
-namespace Swift {
- class SWIFTEN_API IDNA {
- public:
- static std::string getEncoded(const std::string& s);
- };
-}