Clean up a couple warnings

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6620 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shadow303 2004-02-18 02:26:27 +00:00
parent 04d3a3dedf
commit 8e900a6933

View File

@ -294,8 +294,6 @@ void ReadWriteTester::StartWatching1()
BApplication app("application/x-vnd.clipboardtest");
BClipboard clip("StartWatching1");
BMessage *data;
char *str;
ssize_t size;
BLooper *looper = new BLooper();
RWHandler handler;