summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/base.h b/include/base.h
index 56189e2..df4076b 100644
--- a/include/base.h
+++ b/include/base.h
@@ -70,13 +70,6 @@ protected:
private:
};
-/**
- * Definition of a method
- */
-typedef void (Base::*method_callback_0)();
-typedef void (Base::*method_callback_1)(Parameters &);
-typedef Value (Base::*method_callback_2)();
-typedef Value (Base::*method_callback_3)(Parameters &);
/**
* End of namespace