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
-1
View File
@@ -42,7 +42,6 @@ Server app_server :
OffscreenWindow.cpp OffscreenWindow.cpp
PNGDump.cpp PNGDump.cpp
ProfileMessageSupport.cpp ProfileMessageSupport.cpp
RAMLinkMsgReader.cpp
RGBColor.cpp RGBColor.cpp
RegionPool.cpp RegionPool.cpp
Screen.cpp Screen.cpp
-1
View File
@@ -29,7 +29,6 @@
#include "HWInterface.h" #include "HWInterface.h"
#include "InputManager.h" #include "InputManager.h"
#include "OffscreenServerWindow.h" #include "OffscreenServerWindow.h"
#include "RAMLinkMsgReader.h"
#include "Screen.h" #include "Screen.h"
#include "ServerApp.h" #include "ServerApp.h"
#include "ServerBitmap.h" #include "ServerBitmap.h"
-1
View File
@@ -29,7 +29,6 @@
#include "HWInterface.h" #include "HWInterface.h"
#include "Overlay.h" #include "Overlay.h"
#include "ProfileMessageSupport.h" #include "ProfileMessageSupport.h"
#include "RAMLinkMsgReader.h"
#include "RenderingBuffer.h" #include "RenderingBuffer.h"
#include "ServerApp.h" #include "ServerApp.h"
#include "ServerBitmap.h" #include "ServerBitmap.h"