[geany/geany] ce46f8: Remove unused tm_tagmanager.c

Jiří Techet git-noreply at xxxxx
Sun Oct 5 20:40:15 UTC 2014


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 05 Oct 2014 20:40:15 UTC
Commit:      ce46f8f0b4f67cc76971ae2d4b0e8afc578fbba5
             https://github.com/geany/geany/commit/ce46f8f0b4f67cc76971ae2d4b0e8afc578fbba5

Log Message:
-----------
Remove unused tm_tagmanager.c


Modified Paths:
--------------
    tagmanager/src/Makefile.am
    tagmanager/src/tm_tagmanager.c
    wscript

Modified: tagmanager/src/Makefile.am
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -26,6 +26,5 @@ libtagmanager_a_SOURCES =\
 	tm_file_entry.c \
 	tm_source_file.c \
 	tm_tag.c \
-	tm_tagmanager.c \
 	tm_work_object.c \
 	tm_workspace.c


Modified: tagmanager/src/tm_tagmanager.c
11 lines changed, 0 insertions(+), 11 deletions(-)
===================================================================
@@ -1,11 +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.
-*
-*/
-
-#include "tm_tagmanager.h"
-


Modified: wscript
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -121,7 +121,6 @@ tagmanager_sources = set([
     'tagmanager/src/tm_file_entry.c',
     'tagmanager/src/tm_source_file.c',
     'tagmanager/src/tm_tag.c',
-    'tagmanager/src/tm_tagmanager.c',
     'tagmanager/src/tm_work_object.c',
     'tagmanager/src/tm_workspace.c'])
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list