removed GSList declaration causing trouble on MacOS-X

This commit is contained in:
Thorsten Maerz 2002-11-03 14:09:28 +00:00
parent f142c3c0c1
commit b46b931247
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2002-11-03 [thorsten] 0.8.5claws68
* src/toolbar.h
removed GSList declaration causing trouble on MacOS-X
2002-11-01 [paul] 0.8.5claws67
* src/mainwindow.c

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws67
EXTRA_VERSION=claws68
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -28,8 +28,6 @@ typedef enum {
TOOLBAR_COMPOSE,
} Toolbar;
GSList *toolbar_list;
#define TOOLBAR_DESTROY_ITEMS(t_item_list) \
{ \
ToolbarItem *t_item; \