[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars
From:       Akarsh Simha <akarshsimha () gmail ! com>
Date:       2011-01-01 4:27:59
Message-ID: 20110101042759.BEDB6AC8B7 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1210567 by asimha:

Remove debug messages.

 M  +0 -1      kstars.cpp  
 M  +0 -1      kstarsinit.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/kstars.cpp #1210566:1210567
@@ -156,7 +156,6 @@
     #ifdef HAVE_OPENGL
     Q_ASSERT( SkyMap::Instance() ); // This assert should not fail, because SkyMap is already created by \
                now. Just throwing it in anyway.
     actionCollection()->action("opengl")->setText( (Options::useGL() ? i18n("Switch to QPainter \
                backend"): i18n("Switch to OpenGL backend")) );
-    kDebug() << "We have OpenGL! Do you?";
     #endif
 
 
--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #1210566:1210567
@@ -223,7 +223,6 @@
     Q_ASSERT( SkyMap::Instance() ); // This assert should not fail, because SkyMap is already created by \
                now. Just throwing it in anyway.
     actionCollection()->addAction("opengl", SkyMap::Instance(), SLOT( slotToggleGL() ) )
         << (Options::useGL() ? i18n("Switch to QPainter backend"): i18n("Switch to OpenGL backend"));
-    kDebug() << "We have OpenGL! Do you?";
     #endif
 
     actionCollection()->addAction("project_lambert", this, SLOT( slotMapProjection() ) )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic