diff options
Diffstat (limited to 'apps/drwho/SL_Client.cpp')
-rw-r--r-- | apps/drwho/SL_Client.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/drwho/SL_Client.cpp b/apps/drwho/SL_Client.cpp deleted file mode 100644 index 9cba5324a2e..00000000000 --- a/apps/drwho/SL_Client.cpp +++ /dev/null @@ -1,15 +0,0 @@ -// $Id$ - -#include "Options.h" -#include "SL_Client.h" - -SL_Client::SL_Client (const char *usr_name) - : Single_Lookup (usr_name) -{ -} - -Protocol_Record * -SL_Client::insert (const char *, int) -{ - return this->prp_; -} |