comparison libpurple/plugins/log_reader.c @ 18559:4df67bf416be

Get rid of an unused variable
author Mark Doliner <mark@kingant.net>
date Wed, 18 Jul 2007 06:28:11 +0000
parents e7546fb1c1a3
children 9cec393c3a21
comparison
equal deleted inserted replaced
18558:57fc767ceb7a 18559:4df67bf416be
1917 PurpleBuddy *buddy; 1917 PurpleBuddy *buddy;
1918 GString *formatted; 1918 GString *formatted;
1919 char *c; 1919 char *c;
1920 const char *line; 1920 const char *line;
1921 gchar *contents; 1921 gchar *contents;
1922 char *selected;
1923 GError *error; 1922 GError *error;
1924 char *utf8_string; 1923 char *utf8_string;
1925 FILE *file; 1924 FILE *file;
1926 1925
1927 *flags = PURPLE_LOG_READ_NO_NEWLINE; 1926 *flags = PURPLE_LOG_READ_NO_NEWLINE;