From 9d2738b9c4c917fef1435276f7963c05fad817de Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 29 Mar 2009 09:49:11 +0000 Subject: (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback --- src/autoreplace_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/autoreplace_gui.cpp') diff --git a/src/autoreplace_gui.cpp b/src/autoreplace_gui.cpp index e870dca0f..0c1b124d8 100644 --- a/src/autoreplace_gui.cpp +++ b/src/autoreplace_gui.cpp @@ -402,7 +402,7 @@ public: this->SetDirty(); } - virtual void OnResize(Point new_size, Point delta) { + virtual void OnResize(Point delta) { this->vscroll.cap += delta.y / (int)this->resize.step_height; this->vscroll2.cap += delta.y / (int)this->resize.step_height; -- cgit v1.2.3-54-g00ecf