author | zecke <zecke> | 2004-02-05 17:25:40 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-05 17:25:40 (UTC) |
commit | 1e1fa481647c43e13d05f06df8b697760adc5f95 (patch) (unidiff) | |
tree | 45fc90fa1bf3e31f6710f1205d2e93079f75cfe9 | |
parent | 87e8d127d9f8cf80add1b419abac74a5ca694c6f (diff) | |
download | opie-1e1fa481647c43e13d05f06df8b697760adc5f95.zip opie-1e1fa481647c43e13d05f06df8b697760adc5f95.tar.gz opie-1e1fa481647c43e13d05f06df8b697760adc5f95.tar.bz2 |
Janitor: remove ulon ref
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 |