From 5a88bd1c89436d2501071f17de0762dcde9daef6 Mon Sep 17 00:00:00 2001
From: mathieui <mathieui@mathieui.net>
Date: Fri, 8 May 2015 01:40:56 +0200
Subject: =?UTF-8?q?Don=E2=80=99t=20call=20for=20resize=20on=20/set?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/core/commands.py | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/core')

diff --git a/src/core/commands.py b/src/core/commands.py
index e0e426b2..d3bf8023 100644
--- a/src/core/commands.py
+++ b/src/core/commands.py
@@ -622,7 +622,6 @@ def command_set(self, args):
             self.trigger_configuration_change(option, value)
     elif len(args) > 3:
         return self.command_help('set')
-    self.call_for_resize()
     self.information(*info)
 
 @command_args_parser.quoted(1, 2)
-- 
cgit v1.2.3