commit 0a8ec32a3bbcefc5ce7d7772fec82b85ba58f2d1
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat May 5 10:00:20 2018 +0200

    Remove connections
    
    We have on_emphCB_clicked() and on_nounCB_cklicked() that call
    change_adaptor at the end (after doing other things)
---
 src/frontends/qt4/GuiCharacter.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/frontends/qt4/GuiCharacter.cpp 
b/src/frontends/qt4/GuiCharacter.cpp
index d1bbc52..5e6e124 100644
--- a/src/frontends/qt4/GuiCharacter.cpp
+++ b/src/frontends/qt4/GuiCharacter.cpp
@@ -219,8 +219,6 @@ GuiCharacter::GuiCharacter(GuiView & lv)
 
        connect(ulineCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
        connect(strikeCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
-       connect(emphCB, SIGNAL(clicked(bool)), this, SLOT(change_adaptor()));
-       connect(nounCB, SIGNAL(clicked(bool)), this, SLOT(change_adaptor()));
        connect(sizeCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
        connect(familyCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
        connect(seriesCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));

Reply via email to