bluetooth/btstack/rfcomm/rfcommstates.h
changeset 51 20ac952a623c
parent 16 0089b2f7ebd8
--- a/bluetooth/btstack/rfcomm/rfcommstates.h	Thu Sep 23 17:06:47 2010 +0300
+++ b/bluetooth/btstack/rfcomm/rfcommstates.h	Wed Oct 13 16:20:29 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -164,11 +164,6 @@
 	const TRfcommState& operator=(const TRfcommState&);
 	};
 
-#ifdef __FLOG_ACTIVE
-#define STATENAME(x) iName=_L(x)
-#else
-#define STATENAME(x)
-#endif
 
 /**
    A state class that provides default behaviours.