billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=fa0cdc0e1d10e0f6a47f4adce0c0353aa7df0645

commit fa0cdc0e1d10e0f6a47f4adce0c0353aa7df0645
Author: Boris Faure <[email protected]>
Date:   Sun Dec 1 23:19:54 2013 +0100

    remove unused parameter
---
 src/bin/termpty.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index da85292..4ffe49f 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -634,7 +634,7 @@ termpty_line_find_top(Termpty *ty, int y_end)
 static int
 termpty_line_rewrap(Termpty *ty, int y_start, int y_end,
                     Termcell *screen2, Termsave **back2,
-                    int w2, int h2, int y2_end)
+                    int w2, int y2_end)
 {
    int x, x2, y, y2, y2_start;
    int len, len_last, len_remaining, copy_width, ts2_width;
@@ -776,7 +776,7 @@ termpty_resize(Termpty *ty, int new_w, int new_h)
      {
         y_start = termpty_line_find_top(ty, y_end);
         new_y_start = termpty_line_rewrap(ty, y_start, y_end, new_screen,
-                                        new_back, new_w, new_h, new_y_end);
+                                        new_back, new_w, new_y_end);
         y_end = y_start - 1;
         new_y_end = new_y_start - 1;
      }

-- 


Reply via email to