summaryrefslogtreecommitdiff
path: root/indra/newview/llxmlrpclistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llxmlrpclistener.h')
-rw-r--r--indra/newview/llxmlrpclistener.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llxmlrpclistener.h b/indra/newview/llxmlrpclistener.h
index aaed98eec5..fd75acb8b1 100644
--- a/indra/newview/llxmlrpclistener.h
+++ b/indra/newview/llxmlrpclistener.h
@@ -42,9 +42,6 @@ public:
/// Specify the pump name on which to listen
LLXMLRPCListener(const std::string& pumpname);
- /// Handle request events on the event pump specified at construction time
- bool process(const LLSD& command);
-
private:
LLTempBoundListener mBoundListener;
};