diff options
Diffstat (limited to 'ksvg/impl/SVGEventImpl.cc')
-rw-r--r-- | ksvg/impl/SVGEventImpl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/impl/SVGEventImpl.cc b/ksvg/impl/SVGEventImpl.cc index b5b79fc9..9ff61abc 100644 --- a/ksvg/impl/SVGEventImpl.cc +++ b/ksvg/impl/SVGEventImpl.cc @@ -988,5 +988,3 @@ bool SVGRegisteredEventListener::operator==(const SVGRegisteredEventListener &ot listener == other.listener && useCapture == other.useCapture); } - -// vim:ts=4:noet |