From d7484420dd602c97f77a4c374e4ad95dc6c3907b Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 6 Jul 2016 13:07:38 +0000 Subject: [PATCH] clang warnings. git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@3100 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 --- Views/EmulatorView.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Views/EmulatorView.mm b/Views/EmulatorView.mm index f82c00a..cfff312 100644 --- a/Views/EmulatorView.mm +++ b/Views/EmulatorView.mm @@ -317,8 +317,8 @@ [_foregroundColor setFill]; - currentFront = _foregroundColor; - currentBack = _backgroundColor; + //currentFront = _foregroundColor; + //currentBack = _backgroundColor; _screen.lock();