From 8a19d1ab2f8207280da1a4f95ad3345a0071854e Mon Sep 17 00:00:00 2001 From: Peter Hedlund Date: Fri, 15 Jan 2010 22:50:12 +0000 Subject: [PATCH] Includes and whitespace cleanup. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1075373 --- keduvocdocument/keduvoclesson.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/keduvocdocument/keduvoclesson.cpp b/keduvocdocument/keduvoclesson.cpp index c2fa2bb..2691ce4 100644 --- a/keduvocdocument/keduvoclesson.cpp +++ b/keduvocdocument/keduvoclesson.cpp @@ -18,9 +18,7 @@ #include "keduvocexpression.h" -#include -#include -#include +#include /** private class to store information about a lesson */ class KEduVocLesson::Private @@ -83,7 +81,7 @@ void KEduVocLesson::removeEntry(KEduVocExpression* entry) { Q_ASSERT(entry); if (d->m_entries.indexOf(entry) == -1) { - kDebug() << "attempting to remove entry from lesson that does not contain it!"; + //attempting to remove entry from lesson that does not contain it! return; } d->m_entries.removeAt( d->m_entries.indexOf(entry) ); -- 2.47.3