summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
authorHank <hank@mullvad.net>2022-10-10 15:46:17 +0200
committerHank <hank@mullvad.net>2022-10-10 16:08:21 +0200
commitd4331d23acc52b1b0f5f2635d8450c4622ac6b9b (patch)
tree15d9721bd552fea9c4a198a5b136625803a33228 /gui/src
parent800b37efdb2b663e4af5e6a01a063d6575235f1b (diff)
downloadmullvadvpn-d4331d23acc52b1b0f5f2635d8450c4622ac6b9b.tar.xz
mullvadvpn-d4331d23acc52b1b0f5f2635d8450c4622ac6b9b.zip
Remove unecessary bind(this)
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/app.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/src/renderer/app.tsx b/gui/src/renderer/app.tsx
index 6580c397bf..c991e07104 100644
--- a/gui/src/renderer/app.tsx
+++ b/gui/src/renderer/app.tsx
@@ -111,8 +111,6 @@ export default class AppRenderer {
log.addOutput(new ConsoleOutput(LogLevel.debug));
log.addOutput(new IpcOutput(LogLevel.debug));
- this.setPreferredLocale = this.setPreferredLocale.bind(this);
-
IpcRendererEventChannel.window.listenShape((windowShapeParams) => {
if (typeof windowShapeParams.arrowPosition === 'number') {
this.reduxActions.userInterface.updateWindowArrowPosition(windowShapeParams.arrowPosition);