summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-07-23 01:45:12 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-07-23 01:45:12 (GMT)
commitb33a02b372cb1efff5bf6b177a2360e5d5ba87b3 (patch)
tree52d7fb8428cc0aa9b7e4d90c0986bb47d2a50179 /src/mainwin.cc
parent3c7a85af570e5609f4a6625e06410f31fa4d4f0f (diff)
remove debugging statements
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index 7c4738c..3fdee6b 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -1822,9 +1822,6 @@ MainWindow::preferences()
void MainWindow::setFont(const QString &family, uint size)
{
-#include <iostream>
- std::cout << "mainwin setFont\n";
- std::cout << "pref size: " << Preferences::inst()->getValue("editor/fontsize").toUInt() << "\n";
QFont font;
if (!family.isEmpty()) font.setFamily(family);
else font.setFixedPitch(true);
contact: Jan Huwald // Impressum