summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 15:49:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:11 +0100
commitc10b8c2f06a9403da7d107cdd32ad4a535e6f339 (patch)
tree10a6ac2226fcdb150564630b40a9a84e3b5323e5 /slideshow
parent5ccb60089061f3af9ffc7c37bbb0ea75231cdbe3 (diff)
-Werror,-Wunused-member-function
Change-Id: I3da2e9d7e886c73328b65275e938bcbe9b3661cc
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/usereventqueue.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx
index 3155738399e7..5898f9171a1f 100644
--- a/slideshow/source/engine/usereventqueue.cxx
+++ b/slideshow/source/engine/usereventqueue.cxx
@@ -121,11 +121,6 @@ public:
maEvents.push( rEvent );
}
- bool isEmpty()
- {
- return maEvents.empty();
- }
-
protected:
ImpEventQueue maEvents;
};