4 files changed, 0 insertions, 6 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginimpl.h b/core/pim/today/plugins/addressbook/addresspluginimpl.h index a52c021..bf321da 100644 --- a/core/pim/today/plugins/addressbook/addresspluginimpl.h +++ b/core/pim/today/plugins/addressbook/addresspluginimpl.h | |||
@@ -36,7 +36,6 @@ public: | |||
36 | 36 | ||
37 | private: | 37 | private: |
38 | AddressBookPlugin *addressbookPlugin; | 38 | AddressBookPlugin *addressbookPlugin; |
39 | ulong ref; | ||
40 | }; | 39 | }; |
41 | 40 | ||
42 | #endif | 41 | #endif |
diff --git a/core/pim/today/plugins/datebook/datebookpluginimpl.h b/core/pim/today/plugins/datebook/datebookpluginimpl.h index 4dbb318..7c19e59 100644 --- a/core/pim/today/plugins/datebook/datebookpluginimpl.h +++ b/core/pim/today/plugins/datebook/datebookpluginimpl.h | |||
@@ -34,9 +34,6 @@ public: | |||
34 | 34 | ||
35 | private: | 35 | private: |
36 | DatebookPlugin *datebookPlugin; | 36 | DatebookPlugin *datebookPlugin; |
37 | ulong ref; | ||
38 | |||
39 | |||
40 | }; | 37 | }; |
41 | 38 | ||
42 | #endif | 39 | #endif |
diff --git a/core/pim/today/plugins/mail/mailpluginimpl.h b/core/pim/today/plugins/mail/mailpluginimpl.h index 54412b2..72e1760 100644 --- a/core/pim/today/plugins/mail/mailpluginimpl.h +++ b/core/pim/today/plugins/mail/mailpluginimpl.h | |||
@@ -34,7 +34,6 @@ public: | |||
34 | 34 | ||
35 | private: | 35 | private: |
36 | MailPlugin *mailPlugin; | 36 | MailPlugin *mailPlugin; |
37 | ulong ref; | ||
38 | }; | 37 | }; |
39 | 38 | ||
40 | #endif | 39 | #endif |
diff --git a/core/pim/today/plugins/todolist/todopluginimpl.h b/core/pim/today/plugins/todolist/todopluginimpl.h index c119be2..ca62fdb 100644 --- a/core/pim/today/plugins/todolist/todopluginimpl.h +++ b/core/pim/today/plugins/todolist/todopluginimpl.h | |||
@@ -34,7 +34,6 @@ public: | |||
34 | 34 | ||
35 | private: | 35 | private: |
36 | TodolistPlugin *todolistPlugin; | 36 | TodolistPlugin *todolistPlugin; |
37 | ulong ref; | ||
38 | }; | 37 | }; |
39 | 38 | ||
40 | #endif | 39 | #endif |