X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Flist_upcoming.h;h=9d6148ff4c897395933376168bd880500ecbf309;hb=HEAD;hp=d720ac53cd956c5512563de877e6aa8ad63a3be9;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001;p=chaz%2Fhomebank diff --git a/src/list_upcoming.h b/src/list_upcoming.h deleted file mode 100644 index d720ac5..0000000 --- a/src/list_upcoming.h +++ /dev/null @@ -1,39 +0,0 @@ -/* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2014 Maxime DOYEN - * - * This file is part of HomeBank. - * - * HomeBank is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * HomeBank is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef __LIST_UPCOMING__H__ -#define __LIST_UPCOMING__H__ - -GtkWidget *create_list_upcoming(void); - -enum -{ - LST_DSPUPC_DATAS, - LST_DSPUPC_PAYEE, - LST_DSPUPC_WORDING, - LST_DSPUPC_EXPENSE, - LST_DSPUPC_INCOME, - LST_DSPUPC_ACCOUNT, - LST_DSPUPC_DATE, - LST_DSPUPC_REMAINING, - LST_DSPUPC_NB_LATE, - NUM_LST_DSPUPC -}; - -#endif \ No newline at end of file