From a63f14ec4045e82f47b237663bcf09939a0eadc5 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 29 Aug 2015 01:52:57 -0400
Subject: [PATCH] Emoticons-related code refactoring
---
program/include/bc.php | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/program/include/bc.php b/program/include/bc.php
index 47cca0d..259ebc3 100644
--- a/program/include/bc.php
+++ b/program/include/bc.php
@@ -220,11 +220,6 @@
rcmail::get_instance()->html_editor($mode);
}
-function rcmail_replace_emoticons($html)
-{
- return rcmail::get_instance()->replace_emoticons($html);
-}
-
function rcmail_deliver_message(&$message, $from, $mailto, &$smtp_error, &$body_file=null, $smtp_opts=null)
{
return rcmail::get_instance()->deliver_message($message, $from, $mailto, $smtp_error, $body_file, $smtp_opts);
--
Gitblit v1.9.1