summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/usereventqueue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/usereventqueue.cxx')
-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;
};