Remove the long broken --force-transparency option

That option is broken for a long time (at least since KDE 4.6.2), yet
there is not a single bug report against it. That is a strong evince
that option is seldom used.

The ideal situation is whenever compositing is available, Konsole
supports translucent background out of box without user guidance.
This commit is contained in:
Jekyll Wu
2012-05-11 03:26:24 +08:00
parent cb44776fa4
commit 6c62114529
3 changed files with 1 additions and 11 deletions

View File

@@ -172,9 +172,6 @@ void fillCommandLineOptions(KCmdLineOptions& options)
options.add("notransparency",
ki18n("Disable transparent backgrounds, even if the system"
" supports them."));
options.add("force-transparency",
ki18n("Try to enable transparency, even if the system does"
" not appear to support it."));
options.add("list-profiles", ki18n("List the available profiles"));
options.add("list-profile-properties",
ki18n("List all the profile properties names and their type"