2018-08-13 Fred Gleason <fredg@paravelsystems.com>

* Removed debugging code from rdlibrary(1).
This commit is contained in:
Fred Gleason
2018-08-13 19:25:57 -04:00
parent c588b4950a
commit 9c57cca635
2 changed files with 2 additions and 4 deletions

View File

@@ -17388,3 +17388,5 @@
* Updated table documentation.
2018-08-13 Fred Gleason <fredg@paravelsystems.com>
* Added code to force the 'Plastique' GUI style.
2018-08-13 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging code from rdlibrary(1).

View File

@@ -90,10 +90,6 @@ void SigHandler(int signo);
MainWidget::MainWidget(QWidget *parent)
:QWidget(parent)
{
QStringList styles=QStyleFactory::keys();
for(int i=0;i<styles.size();i++) {
printf("style: %s\n",(const char *)styles.at(i).toUtf8());
}
QString err_msg;
lib_resize=false;