summaryrefslogtreecommitdiff
path: root/tools/gidlcompilerentrynode.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gidlcompilerentrynode.h')
-rw-r--r--tools/gidlcompilerentrynode.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/tools/gidlcompilerentrynode.h b/tools/gidlcompilerentrynode.h
deleted file mode 100644
index da6ac49d..00000000
--- a/tools/gidlcompilerentrynode.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* GObject introspection: Parsed IDL
- *
- * Copyright (C) 2008 Codethink Ltd
- *
- * This library 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 of the License, or (at your option) any later version.
- *
- * This library 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 library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef __G_IDL_COMP_ENTRY_N_H__
-#define __G_IDL_COMP_ENTRY_N_H__
-
-#include <glib.h>
-
-#include "gidlnode.h"
-#include "gidlcompilercontext.h"
-
-G_BEGIN_DECLS
-
-void
-g_idl_compiler_write_node (GIdlNode * node,
- guint entry_id,
- GIdlCompilerContext * ctx);
-
-G_END_DECLS
-#endif /* __G_IDL_COMP_ENTRY_N_H__ */