From 416c72588577bca18ba1c9180701143e7e572eed Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 05 Feb 2004 16:58:04 +0000 Subject: "Here we are now entertain US....." Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT --- (limited to 'core/applets/volumeapplet') diff --git a/core/applets/volumeapplet/volumeappletimpl.cpp b/core/applets/volumeapplet/volumeappletimpl.cpp index 80b3e74..4cbab31 100644 --- a/core/applets/volumeapplet/volumeappletimpl.cpp +++ b/core/applets/volumeapplet/volumeappletimpl.cpp @@ -23,7 +23,7 @@ #include VolumeAppletImpl::VolumeAppletImpl() - : volume(0), ref(0) + : volume(0) { } diff --git a/core/applets/volumeapplet/volumeappletimpl.h b/core/applets/volumeapplet/volumeappletimpl.h index 9b2952a..a9221c6 100644 --- a/core/applets/volumeapplet/volumeappletimpl.h +++ b/core/applets/volumeapplet/volumeappletimpl.h @@ -38,7 +38,6 @@ public: private: VolumeApplet *volume; - ulong ref; }; #endif -- cgit v0.9.0.2