Remove unused RamLinkMsgReader. Its functionality was integrated inside LinkMsgReader/Sender by Julun.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27387 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-09-09 09:53:27 +00:00
parent b22590e615
commit 5f8c1a0244
3 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@ Server app_server :
OffscreenWindow.cpp
PNGDump.cpp
ProfileMessageSupport.cpp
RAMLinkMsgReader.cpp
RGBColor.cpp
RegionPool.cpp
Screen.cpp

View File

@ -29,7 +29,6 @@
#include "HWInterface.h"
#include "InputManager.h"
#include "OffscreenServerWindow.h"
#include "RAMLinkMsgReader.h"
#include "Screen.h"
#include "ServerApp.h"
#include "ServerBitmap.h"

View File

@ -29,7 +29,6 @@
#include "HWInterface.h"
#include "Overlay.h"
#include "ProfileMessageSupport.h"
#include "RAMLinkMsgReader.h"
#include "RenderingBuffer.h"
#include "ServerApp.h"
#include "ServerBitmap.h"