author | simon <simon> | 2002-12-11 11:25:20 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-11 11:25:20 (UTC) |
commit | 9431b69a1efab055c28c77e780df012b0a476a57 (patch) (side-by-side diff) | |
tree | 999b06a41068cae5e109aaed3c7641e3013d4bb4 /noncore | |
parent | 03535484e54b2b2311d9d44670b417e2b81ae63b (diff) | |
download | opie-9431b69a1efab055c28c77e780df012b0a476a57.zip opie-9431b69a1efab055c28c77e780df012b0a476a57.tar.gz opie-9431b69a1efab055c28c77e780df012b0a476a57.tar.bz2 |
- removed unused variable
-rw-r--r-- | noncore/multimedia/opieplayer2/threadutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/threadutil.h b/noncore/multimedia/opieplayer2/threadutil.h index 1411535..2e83d3a 100644 --- a/noncore/multimedia/opieplayer2/threadutil.h +++ b/noncore/multimedia/opieplayer2/threadutil.h @@ -152,3 +152,2 @@ namespace ThreadUtil WaitCondition m_condition; - QGuardedPtr<Channel> m_channel; }; |