From 68cfcb9af6531490340813dcea85f65cde67f50e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 15 Sep 2023 18:31:43 +0900 Subject: twin: fix broken functionality introduced in recent commits Signed-off-by: Michele Calgaro (cherry picked from commit 5fde4286063666e491dcabb7f9e4c22ca6ed963c) --- kcontrol/keys/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'kcontrol/keys') diff --git a/kcontrol/keys/main.cpp b/kcontrol/keys/main.cpp index 55188cd6f..d002b667f 100644 --- a/kcontrol/keys/main.cpp +++ b/kcontrol/keys/main.cpp @@ -150,7 +150,6 @@ extern "C" { // What does this do? Why not insert klipper and kxkb, too? --ellis, 2002/01/15 TDEGlobal::locale()->insertCatalogue("twin"); - TDEGlobal::locale()->insertCatalogue("twin_lib"); TDEGlobal::locale()->insertCatalogue("kdesktop"); TDEGlobal::locale()->insertCatalogue("kicker"); return new KeyModule(parent, "kcmkeys"); -- cgit v1.2.1