SF.net SVN: fclient:[831] trunk/fclient/src/fclient/impl/lib/fcp2/message. py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-07-31 16:40:43
|
Revision: 831 http://fclient.svn.sourceforge.net/fclient/?rev=831&view=rev Author: jUrner Date: 2008-07-31 16:40:52 +0000 (Thu, 31 Jul 2008) Log Message: ----------- remove unused params Modified Paths: -------------- trunk/fclient/src/fclient/impl/lib/fcp2/message.py Modified: trunk/fclient/src/fclient/impl/lib/fcp2/message.py =================================================================== --- trunk/fclient/src/fclient/impl/lib/fcp2/message.py 2008-07-31 16:40:17 UTC (rev 830) +++ trunk/fclient/src/fclient/impl/lib/fcp2/message.py 2008-07-31 16:40:52 UTC (rev 831) @@ -269,7 +269,6 @@ } _SubscribeUSKParams = { - _PrivateParam('RequestType'): consts.ConstRequestType.Null, # identifies sub message types _PrivateParam('RequestStatus'): consts.ConstRequestStatus.Null, _PrivateParam('InitTime'): 0, # when was the request started? _PrivateParam('UserData'): None, @@ -277,7 +276,6 @@ } _PluginInfoParams = { - _PrivateParam('RequestType'): consts.ConstRequestType.Null, # identifies sub message types _PrivateParam('RequestStatus'): consts.ConstRequestStatus.Null, _PrivateParam('InitTime'): 0, # when was the request started? } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |