1
1

* gmain.c (try_alloc_color_pair): Remove.

Этот коммит содержится в:
Pavel Roskin 2001-06-14 21:32:10 +00:00
родитель c2c3918eb3
Коммит b916d53577
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2001-06-14 Pavel Roskin <proski@gnu.org>
* gmain.c (try_alloc_color_pair): Remove.
2001-06-11 Andrew V. Samoilov <sav@bcs.zp.ua>
* gmain.c (x_set_dialog_title): title constified.

Просмотреть файл

@ -69,12 +69,6 @@ extern int finish_program;
/* Whether the gmc server was present or not */
int corba_have_server = FALSE;
/* This is only used by the editor, so we provide a dummy implementation */
void
try_alloc_color_pair (char *str, char *str2)
{
}
void
init_pair (int index, GdkColor *fore, GdkColor *back)
{