diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 08:20:43 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 08:33:57 +0200 |
commit | 41f8f9bc05c059cafa780ac8aec27a56cba2c278 (patch) | |
tree | a53ac218ebc075c1fa1e5a31f011855ba815638d /common/genericresource.h | |
parent | 380ecbf2866a322de01b28e90dafc1a24e4d948c (diff) | |
download | sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.tar.gz sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.zip |
No more SINK_DEBUG_AREA
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 558145c..bffc697 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -35,8 +35,6 @@ class CommandProcessor; | |||
35 | */ | 35 | */ |
36 | class SINK_EXPORT GenericResource : public Resource | 36 | class SINK_EXPORT GenericResource : public Resource |
37 | { | 37 | { |
38 | protected: | ||
39 | SINK_DEBUG_AREA("resource") | ||
40 | public: | 38 | public: |
41 | GenericResource(const Sink::ResourceContext &context, const QSharedPointer<Pipeline> &pipeline = QSharedPointer<Pipeline>()); | 39 | GenericResource(const Sink::ResourceContext &context, const QSharedPointer<Pipeline> &pipeline = QSharedPointer<Pipeline>()); |
42 | virtual ~GenericResource(); | 40 | virtual ~GenericResource(); |