pidgin/pidgin

43b5ee1c917b
Parents 87484be86fb8
Children 225eacd997af
Clean out references to Tcl as it's no longer used
--- a/doc/pidgin.1.in Tue May 30 22:39:20 2017 -0500
+++ b/doc/pidgin.1.in Tue May 30 22:40:23 2017 -0500
@@ -520,10 +520,6 @@
configuration options, the \fIConfigure Plugin\fR button will present the
plugin's preferences dialog.
-.SH TCL
-Pidgin allows for plugins to be written in the Tcl scripting language. See
-\fIplugins/tcl/TCL-HOWTO\fR for more information about Tcl scripting.
-
.SH D-Bus
Pidgin allows for interaction via D-Bus. Currently very little documentation
about this interaction exists.
--- a/pidgin/gtkdialogs.c Tue May 30 22:39:20 2017 -0500
+++ b/pidgin/gtkdialogs.c Tue May 30 22:40:23 2017 -0500
@@ -683,19 +683,6 @@
g_string_append(str, "<dt>Network Security Services (NSS):</dt><dd>Disabled</dd>");
#endif
-#warning TODO: Check for tcl.
- if (purple_plugins_find_plugin("core-tcl") != NULL) {
- g_string_append(str, "<dt>Tcl:</dt><dd>Enabled</dd>");
-#ifdef HAVE_TK
- g_string_append(str, "<dt>Tk:</dt><dd>Enabled</dd>");
-#else
- g_string_append(str, "<dt>Tk:</dt><dd>Disabled</dd>");
-#endif
- } else {
- g_string_append(str, "<dt>Tcl:</dt><dd>Disabled</dd>");
- g_string_append(str, "<dt>Tk:</dt><dd>Disabled</dd>");
- }
-
#ifdef USE_IDN
g_string_append(str, "<dt>UTF-8 DNS (IDN):</dt><dd>Enabled</dd>");
#else