summaryrefslogtreecommitdiff
path: root/noncore/applets/notesapplet
authorzecke <zecke>2004-02-05 17:43:45 (UTC)
committer zecke <zecke>2004-02-05 17:43:45 (UTC)
commitc5db70388cbe21934d4e3b2df3e8c8c1d9807d41 (patch) (side-by-side diff)
tree5ec39d9114a60dac06c58e2bcf700f8d0b9a4345 /noncore/applets/notesapplet
parentc79bbb6696edf7539ebeda64092f3f91f65ba500 (diff)
downloadopie-c5db70388cbe21934d4e3b2df3e8c8c1d9807d41.zip
opie-c5db70388cbe21934d4e3b2df3e8c8c1d9807d41.tar.gz
opie-c5db70388cbe21934d4e3b2df3e8c8c1d9807d41.tar.bz2
Janitor: ulong ref removed
Diffstat (limited to 'noncore/applets/notesapplet') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/notesapplet/notesappletimpl.cpp2
-rw-r--r--noncore/applets/notesapplet/notesappletimpl.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/noncore/applets/notesapplet/notesappletimpl.cpp b/noncore/applets/notesapplet/notesappletimpl.cpp
index 93de433..8a9da7f 100644
--- a/noncore/applets/notesapplet/notesappletimpl.cpp
+++ b/noncore/applets/notesapplet/notesappletimpl.cpp
@@ -14,7 +14,7 @@
NotesAppletImpl::NotesAppletImpl()
- : notes(0), ref(0) {
+ : notes(0){
}
NotesAppletImpl::~NotesAppletImpl() {
diff --git a/noncore/applets/notesapplet/notesappletimpl.h b/noncore/applets/notesapplet/notesappletimpl.h
index add9865..a87118c 100644
--- a/noncore/applets/notesapplet/notesappletimpl.h
+++ b/noncore/applets/notesapplet/notesappletimpl.h
@@ -30,7 +30,6 @@ public:
private:
NotesApplet *notes;
- ulong ref;
};
#endif