commit 0aaf7f96fe06d46dff86dac2c95075844c122ea3
parent 394ece97028f554022014ad299c32eddc82d36f8
Author: Oliver Lowe <o@olowe.co>
Date: Mon, 1 Sep 2025 20:32:23 +1000
Delete unused filter struct
Diffstat:
2 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/src/procmsg.h b/src/procmsg.h
@@ -19,10 +19,6 @@
#ifndef __PROCMSG_H__
#define __PROCMSG_H__
-#ifdef HAVE_CONFIG_H
-#include "claws-features.h"
-#endif
-
#include <glib.h>
#include <stdio.h>
#include <time.h>
@@ -160,7 +156,6 @@ typedef enum {
MSGINFO_UPDATE_DELETED = 1 << 1
} MsgInfoUpdateFlags;
-#include "prefs_account.h"
#include "folder.h"
struct _MsgFlags
@@ -273,15 +268,6 @@ struct _MsgInfoUpdate {
MsgInfoUpdateFlags flags;
};
-struct _MailFilteringData
-{
- MsgInfo *msginfo;
- GSList *msglist;
- GSList *filtered;
- GSList *unfiltered;
- PrefsAccount *account;
-};
-
struct _AvatarCaptureData
{
MsgInfo *msginfo;
diff --git a/src/proctypes.h b/src/proctypes.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
+ *
*/
#ifndef PROCTYPES_H
@@ -37,9 +37,6 @@ typedef struct _MsgFileInfo MsgFileInfo;
struct _MsgInfoUpdate;
typedef struct _MsgInfoUpdate MsgInfoUpdate;
-struct _MailFilteringData;
-typedef struct _MailFilteringData MailFilteringData;
-
struct _AvatarCaptureData;
typedef struct _AvatarCaptureData AvatarCaptureData;