* Removing useless functions since last kanaka's update

This commit is contained in:
primalmotion 2010-07-22 20:38:20 +02:00
parent 61bddad2ea
commit 5c7418cf36
2 changed files with 0 additions and 14 deletions

View File

@ -35,19 +35,6 @@ keyPress : null,
mouseButton : null,
mouseMove : null,
loadExtra : function () {
var pre, start = "<script src='", end = "'><\/script>";
if (document.createElement('canvas').getContext) {
Canvas_native = true;
} else {
pre = (typeof VNC_uri_prefix !== "undefined") ?
VNC_uri_prefix : "include/";
//document.write(start + pre + "excanvas.js" + end);
Canvas_native = false;
}
},
onMouseButton: function(e, down) {
var evt, pos, bmask;
if (! Canvas.focused) {

View File

@ -51,5 +51,4 @@ loadExtras: function () {
}
document.write(extra);
},