summaryrefslogtreecommitdiff
path: root/hscript/key.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/key.hh')
-rw-r--r--hscript/key.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/hscript/key.hh b/hscript/key.hh
index 5a9613b..cce1460 100644
--- a/hscript/key.hh
+++ b/hscript/key.hh
@@ -21,9 +21,6 @@ namespace Keys {
*/
class Key {
public:
- /*! Create an instance of the Key. */
- static Key *create();
-
/*! Set the data associated with the Key. */
void setData(std::string data);