From ac12122c7aef6b4aa27c58a4df9611a9c560a804 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 13 Mar 2011 17:52:20 +0100 Subject: Remove unused macro GETSET --- automation/source/communi/communi.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'automation') 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 ) -- cgit