Rosanne DiMesio : Remove default text from screenshots reply edit box

Jeremy Newman jnewman at winehq.org
Thu Jun 15 14:50:13 CDT 2017


Module: appdb
Branch: master
Commit: 8be8ec82ab9c2af0c6935cac09164cdbbe3cbd7c
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=8be8ec82ab9c2af0c6935cac09164cdbbe3cbd7c

Author: Rosanne DiMesio <dimesio at earthlink.net>
Date:   Thu Jun 15 14:13:23 2017 -0500

Remove default text from screenshots reply edit box

Fixes the last remaining problem mentioned in bug 26930.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
Signed-off-by: Jeremy Newman <jnewman at codeweavers.com>

---

 include/screenshot.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/screenshot.php b/include/screenshot.php
index 1c14aed..a2f4da2 100644
--- a/include/screenshot.php
+++ b/include/screenshot.php
@@ -761,11 +761,6 @@ class screenshot
         return TRUE;
     }
 
-    function getDefaultReply()
-    {
-        return appData::getDefaultReply();
-    }
-
     function display()
     {
         /* STUB */




More information about the wine-cvs mailing list