mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Removed statusbar-items.h
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1990 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1b2f3a6d4c
commit
e16b2fa495
@ -71,7 +71,6 @@ noinst_HEADERS = \
|
||||
mainwindows.h \
|
||||
statusbar.h \
|
||||
statusbar-config.h \
|
||||
statusbar-items.h \
|
||||
term.h \
|
||||
terminfo-core.h \
|
||||
textbuffer.h \
|
||||
|
@ -1,7 +0,0 @@
|
||||
#ifndef __STATUSBAR_ITEMS_H
|
||||
#define __STATUSBAR_ITEMS_H
|
||||
|
||||
void statusbar_items_init(void);
|
||||
void statusbar_items_deinit(void);
|
||||
|
||||
#endif
|
@ -27,10 +27,12 @@
|
||||
|
||||
#include "statusbar.h"
|
||||
#include "statusbar-config.h"
|
||||
#include "statusbar-items.h"
|
||||
#include "gui-windows.h"
|
||||
#include "gui-printtext.h"
|
||||
|
||||
void statusbar_items_init(void);
|
||||
void statusbar_items_deinit(void);
|
||||
|
||||
GSList *statusbar_groups;
|
||||
STATUSBAR_GROUP_REC *active_statusbar_group;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user