summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-02-28 10:25:01 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-02-28 10:25:01 +0100
commit71055ebdea1e8eec30747a04f36e0c10e750bff5 (patch)
tree18ed63d5fe64a936c284a38d4f72921a4ddc97df /include/base.h
parent85349bbb642a83012a7d0dbccde8b7c1eea1b914 (diff)
a lot of refactoring, to make it much easier to define classes in an extension
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