aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-searching-tokenizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-searching-tokenizer.c')
-rw-r--r--mail/e-searching-tokenizer.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/e-searching-tokenizer.c b/mail/e-searching-tokenizer.c
index 27148ff46f..e5b3eaf195 100644
--- a/mail/e-searching-tokenizer.c
+++ b/mail/e-searching-tokenizer.c
@@ -53,8 +53,6 @@ static const gchar *space_tags[] = { "br", NULL };
GtkObjectClass *parent_class = NULL;
-static FILE *out = NULL;
-
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
typedef enum {
@@ -452,12 +450,6 @@ e_searching_tokenizer_get_type (void)
HTMLTokenizer *
e_searching_tokenizer_new (void)
{
- if (out == NULL) {
- out = fopen ("/tmp/tokbarn", "w");
- setvbuf (out, NULL, _IONBF, 0);
- fprintf (out, "New!\n");
- };
-
return (HTMLTokenizer *) gtk_type_new (E_TYPE_SEARCHING_TOKENIZER);
}