From b508187e553ee4ee67536eaf75f3a86d57432d53 Mon Sep 17 00:00:00 2001 From: shatty Date: Sun, 21 Nov 2004 08:38:07 +0000 Subject: [PATCH] remove unused variables git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10097 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../inbound_filters/spam_filter/SpamFilterConfig.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp b/src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp index e5c0683ada..1a900cb5c9 100644 --- a/src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp +++ b/src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp @@ -3,6 +3,9 @@ * settings related to the add-on, but not the server. * * $Log: SpamFilterConfig.cpp,v $ + * Revision 1.3 2004/11/21 08:38:07 shatty + * remove unused variables + * * Revision 1.2 2004/11/12 02:55:05 nwhitehorn * Added AGMS's excellent spam detection software. Still some weirdness with the configuration interface from E-mail prefs. * @@ -154,8 +157,6 @@ AGMSBayesianSpamFilterConfig::AGMSBayesianSpamFilterConfig (BMessage *settings) void AGMSBayesianSpamFilterConfig::AttachedToWindow () { - float deltaX; - BStringView *labelViewPntr; char numberString [30]; BRect tempRect; char *tempStringPntr; @@ -361,7 +362,6 @@ AGMSBayesianSpamFilterConfig::ShowSpamServerConfigurationWindow () { BMessage maximizeCommand; BMessenger messengerToServer; BMessage replyMessage; - team_id serverTeam; // Make sure the server is running. if (!be_roster->IsRunning (kServerSignature)) {