diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-13 17:52:20 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-14 21:01:16 +0100 |
commit | 1fcc737eee5f02fa69d3d7b97e42ed11419fd9c0 (patch) | |
tree | 71ef9063d536b604deb4a37405607868e438a8ad /automation | |
parent | 9d7057f82fdc7f236906b82338fdd845840a96cf (diff) |
Remove unused macro GETSET
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/communi/communi.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/automation/source/communi/communi.cxx b/automation/source/communi/communi.cxx index a7f551d8b..2a7ff0995 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 ) |