aboutsummaryrefslogtreecommitdiff
path: root/lib/phplib/Seminar_Auth.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/phplib/Seminar_Auth.class.php')
-rw-r--r--lib/phplib/Seminar_Auth.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/phplib/Seminar_Auth.class.php b/lib/phplib/Seminar_Auth.class.php
index e4f9e36..30a6d46 100644
--- a/lib/phplib/Seminar_Auth.class.php
+++ b/lib/phplib/Seminar_Auth.class.php
@@ -349,7 +349,6 @@ class Seminar_Auth
$this->auth["uname"] = Request::get('loginname'); // This provides access for "loginform.ihtml"
$this->auth["jscript"] = Request::get('resolution') != "";
- $this->auth['devicePixelRatio'] = Request::float('device_pixel_ratio');
$check_auth = StudipAuthAbstract::CheckAuthentication(Request::get('loginname'), Request::get('password'));