Delete unused references to wasMobileUi
This commit is contained in:
parent
4bc77a294d
commit
7982f46e6c
|
@ -319,11 +319,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
}
|
||||
});
|
||||
|
||||
$rootScope.wasMobileUi = false;
|
||||
if (utils.isMobileUi()) {
|
||||
$rootScope.wasMobileUi = true;
|
||||
}
|
||||
|
||||
if (!settings.fontfamily) {
|
||||
if (utils.isMobileUi()) {
|
||||
settings.fontfamily = 'sans-serif';
|
||||
|
|
Loading…
Reference in New Issue