Skip to content

Commit

Permalink
Polish on legacy removal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed May 4, 2016
1 parent d0b0453 commit 784ebca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions fingerterm.pro
Expand Up @@ -12,13 +12,10 @@ enable-nemonotifications {
}

isEmpty(DEFAULT_FONT) {
DEFINES += DEFAULT_FONTFAMILY=\\\"monospace\\\"
DEFAULT_FONT = monospace
}

defined(DEFAULT_FONT)
{
DEFINES += DEFAULT_FONTFAMILY=\\\"$$DEFAULT_FONT\\\"
}

TEMPLATE = app
TARGET = fingerterm
Expand All @@ -35,6 +32,7 @@ HEADERS += \
util.h \
keyloader.h \
mainwindow.h

SOURCES += \
main.cpp \
terminal.cpp \
Expand Down
4 changes: 0 additions & 4 deletions main.cpp
Expand Up @@ -166,10 +166,6 @@ int main(int argc, char *argv[])
} else
view.show();

#ifdef RESIZE_ROOT_QML_TO_VIEW
view.setResizeMode(QQuickView::SizeRootObjectToView);
#endif

PtyIFace ptyiface(pid, socketM, &term,
settings->value("terminal/charset").toString());

Expand Down

0 comments on commit 784ebca

Please sign in to comment.