summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-13 17:52:20 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-14 21:01:16 +0100
commitac12122c7aef6b4aa27c58a4df9611a9c560a804 (patch)
treeaf6921a6c832016ae1b17eb26c26961f6b00308a /automation
parentffae50f019f47483c39e4c40b0dddaf92b60e123 (diff)
Remove unused macro GETSET
Diffstat (limited to 'automation')
-rw-r--r--automation/source/communi/communi.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/automation/source/communi/communi.cxx b/automation/source/communi/communi.cxx
index 7f44e1cf032f..1f2067def0c7 100644
--- a/automation/source/communi/communi.cxx
+++ b/automation/source/communi/communi.cxx
@@ -567,16 +567,6 @@ IMPL_LINK( CommunicationManagerServerAcceptThread, AddConnection, void*, EMPTYAR
return 1;
}
-
-#define GETSET(aVar, KeyName, Dafault) \
- aVar = aConf.ReadKey(KeyName,"No Entry"); \
- if ( aVar == "No Entry" ) \
- { \
- aVar = Dafault; \
- aConf.WriteKey(KeyName, aVar); \
- }
-
-
CommunicationManagerClientViaSocket::CommunicationManagerClientViaSocket( ByteString aHost, ULONG nPort, BOOL bUseMultiChannel )
: CommunicationManagerClient( bUseMultiChannel )
, aHostToTalk( aHost )