From 4dcc829e724a9018f92a8ef5201c2c0f257eeaa7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Techet?= Date: Wed, 9 Mar 2016 14:08:56 +0100 Subject: [PATCH] Remove unused tm_tagmanager.h Nobody uses it, the comment there doesn't provide any valuable information and we don't need an umbrella TM header like this. --- tagmanager/src/Makefile.am | 2 -- tagmanager/src/tm_tagmanager.h | 39 --------------------------------------- 2 files changed, 41 deletions(-) delete mode 100644 tagmanager/src/tm_tagmanager.h diff --git a/tagmanager/src/Makefile.am b/tagmanager/src/Makefile.am index ba05ca009..b4b653c68 100644 --- a/tagmanager/src/Makefile.am +++ b/tagmanager/src/Makefile.am @@ -17,13 +17,11 @@ tagmanager_includedir = $(includedir)/geany/tagmanager tagmanager_include_HEADERS = \ tm_source_file.h \ tm_tag.h \ - tm_tagmanager.h \ tm_workspace.h \ tm_parser.h libtagmanager_la_SOURCES =\ - tm_tagmanager.h \ tm_parser.h \ tm_source_file.h \ tm_source_file.c \ diff --git a/tagmanager/src/tm_tagmanager.h b/tagmanager/src/tm_tagmanager.h deleted file mode 100644 index 450b4834d..000000000 --- a/tagmanager/src/tm_tagmanager.h +++ /dev/null @@ -1,39 +0,0 @@ -/* -* -* Copyright (c) 2001-2002, Biswapesh Chattopadhyay -* -* This source code is released for free distribution under the terms of the -* GNU General Public License. -* -*/ - -#ifndef TM_TAGMANAGER_H -#define TM_TAGMANAGER_H - -#include "tm_tag.h" -#include "tm_workspace.h" -#include "tm_source_file.h" -#ifdef GEANY_PRIVATE -#include "tm_parser.h" -#endif /* GEANY_PRIVATE */ - -/** @mainpage Introduction - @section Introduction - TagManager is a library and a set of utility programs which can be integrated into - Integrated Development Environments to provide features such as code completion, - calltips, etc. Tag Manager is based on - Exuberent Ctags with some added features. - @section Licence - TagManager is free software, - licenced under the GPL. You can only - use it with free software (GPL compatible) projects. This is chiefly because it uses - code from ctags which is under GPL. -*/ - -/** @file - Include this file in all programs using the tag manager library. Including this - automatically includes all the necessary files, namely, tm_tag.h, tm_source_file.h - and tm_workspace.h -*/ - -#endif /* TM_TAGMANAGER_H */ -- 2.11.4.GIT