X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Faction_graph_data_json.h;fp=src%2Faction_graph_data_json.h;h=0000000000000000000000000000000000000000;hp=1da9571d787b82d1d3226a667d3f228f282d7a40;hb=02b3e17bba6c253164eb9fa7a12a39d7e15ad6a3;hpb=3a5182f49dd2bf9e617566a8a9ec7689db4f4f8b diff --git a/src/action_graph_data_json.h b/src/action_graph_data_json.h deleted file mode 100644 index 1da9571..0000000 --- a/src/action_graph_data_json.h +++ /dev/null @@ -1,30 +0,0 @@ -/** - * collection4 - action_graph_data_json.h - * Copyright (C) 2010 Florian octo Forster - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This program 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA - * - * Authors: - * Florian octo Forster - **/ - -#ifndef ACTION_GRAPH_DATA_JSON_H -#define ACTION_GRAPH_DATA_JSON_H 1 - -int action_graph_data_json (void); - -#endif /* ACTION_GRAPH_DATA_JSON_H */ -/* vim: set sw=2 sts=2 et fdm=marker : */