commit e4802dc8e436eb2cd46f072685db270a35d8e0c1
parent bda0aff4b242fe4bc9d1caa281e10f557b92cb34
Author: Oliver Lowe <o@olowe.co>
Date: Thu, 4 Sep 2025 13:26:29 +1000
Remove unused addrdefs.h
Diffstat:
1 file changed, 0 insertions(+), 39 deletions(-)
diff --git a/src/addrdefs.h b/src/addrdefs.h
@@ -1,39 +0,0 @@
-/*
- * Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 2003-2012 Match Grun and the Claws Mail team
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-/*
- * General address definitions.
- */
-
-#ifndef __ADDRDEFS_H__
-#define __ADDRDEFS_H__
-
-/* Query types */
-typedef enum {
- ADDRQUERY_NONE,
-} AddrQueryType;
-
-/* Search type */
-typedef enum {
- ADDRSEARCH_NONE,
- ADDRSEARCH_SEARCH,
- ADDRSEARCH_LOCATE
-} AddrSearchType;
-
-#endif /* __ADDRDEFS_H__ */