Module: appdb Branch: master Commit: 8be8ec82ab9c2af0c6935cac09164cdbbe3cbd7c URL: http://source.winehq.org/git/appdb.git/?a=commit;h=8be8ec82ab9c2af0c6935cac0... Author: Rosanne DiMesio <dimesio(a)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(a)earthlink.net> Signed-off-by: Jeremy Newman <jnewman(a)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 */