author | zecke <zecke> | 2004-02-05 17:21:52 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-05 17:21:52 (UTC) |
commit | 87e8d127d9f8cf80add1b419abac74a5ca694c6f (patch) (unidiff) | |
tree | a58946607a0a5312c8df247ae8a9a4cda7fce094 /examples | |
parent | 09c9d7deb71c0130959449c144b9a29488a7e14f (diff) | |
download | opie-87e8d127d9f8cf80add1b419abac74a5ca694c6f.zip opie-87e8d127d9f8cf80add1b419abac74a5ca694c6f.tar.gz opie-87e8d127d9f8cf80add1b419abac74a5ca694c6f.tar.bz2 |
Janitor: remove ulong ref as it is unneeded
-rw-r--r-- | examples/todayplugin/examplepluginimpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/todayplugin/examplepluginimpl.h b/examples/todayplugin/examplepluginimpl.h index 187d6e8..77ec4f6 100644 --- a/examples/todayplugin/examplepluginimpl.h +++ b/examples/todayplugin/examplepluginimpl.h | |||
@@ -25,7 +25,6 @@ public: | |||
25 | 25 | ||
26 | private: | 26 | private: |
27 | ExamplePlugin *examplePlugin; | 27 | ExamplePlugin *examplePlugin; |
28 | ulong ref; | ||
29 | }; | 28 | }; |
30 | 29 | ||
31 | #endif | 30 | #endif |