noVNC/app
Samuel Mannehed 0b903af296 Remove unnecessary code
The enableDisableViewClip call in the fullscreen code didn't have any
effect and should have been removed when the special case for clipping
in IE and Safari fullscreen was removed in b18ef81.

The setViewDrag call claimed to disable view drag on UI state change.
The UI states are:

 init, connecting, connected, reconnecting, disconnecting, disconnected

The only state where the called function didn't immediately return was
"connected" and that's the only state where enabling view drag is
possible. Thus it could never have been enabled when changing to the
"connected" state.
2018-07-30 10:29:35 +02:00
..
images Remove 512x512 icon 2017-02-23 16:29:16 +01:00
locale Update the noVNC translation part 2018-04-24 02:29:51 +08:00
sounds Support RFB bell 2016-09-22 11:15:42 +02:00
styles Move resize handling in to RFB object 2017-12-06 11:29:57 +01:00
error-handler.js Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00
localization.js Use ES6 classes 2018-07-12 19:06:57 +02:00
ui.js Remove unnecessary code 2018-07-30 10:29:35 +02:00
webutil.js Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00