From 92eab70620639d849f62615ff992587dafcfbb85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 1 Apr 2006 18:08:40 +0000 Subject: [PATCH] Oops, accidently didn't commit the correct version. Also note that BeOS doesn't seem to pick up the cursor this way, it only works when we're doing this later (ie. in MouseMoved() or Pulse()). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16959 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/app/cursor_test/CursorTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/servers/app/cursor_test/CursorTest.cpp b/src/tests/servers/app/cursor_test/CursorTest.cpp index 7b32c24c79..ec22fc4f0d 100644 --- a/src/tests/servers/app/cursor_test/CursorTest.cpp +++ b/src/tests/servers/app/cursor_test/CursorTest.cpp @@ -24,7 +24,6 @@ class View : public BView { virtual ~View(); virtual void AttachedToWindow(); - virtual void Pulse(); };