diff options
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2007-11-05 14:28:40 +0000 |
---|---|---|
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2007-11-05 14:28:40 +0000 |
commit | 3e111537b52590b001ee60afb7a38d1f7a8632b1 (patch) | |
tree | cb248e2ddfc4881cc4264fdbef7aa3da5a83105a /win/vncviewer/CConn.cxx | |
parent | c79c7bb5b3c87908ae5a1c93fc8d1c6e9aa9d474 (diff) | |
download | tigervnc-3e111537b52590b001ee60afb7a38d1f7a8632b1.tar.gz tigervnc-3e111537b52590b001ee60afb7a38d1f7a8632b1.zip |
Removed the possibility to choose the scale filter in the options dialog of vncviewer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2366 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/vncviewer/CConn.cxx')
-rw-r--r-- | win/vncviewer/CConn.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/vncviewer/CConn.cxx b/win/vncviewer/CConn.cxx index 53a16d06..4a9b341a 100644 --- a/win/vncviewer/CConn.cxx +++ b/win/vncviewer/CConn.cxx @@ -158,7 +158,6 @@ CConn::applyOptions(CConnOptions& opt) { window->setDisableWinKeys(options.disableWinKeys); window->setShowToolbar(options.showToolbar); window->printScale(); - window->setDesktopScaleFilter(options.scaleFilter); if (options.autoScaling) { window->setAutoScaling(true); } else { |