Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dtable removal: celebrate new idnode system
  • Loading branch information
perexg committed Sep 30, 2014
1 parent d307001 commit 40d12b5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 412 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -95,7 +95,6 @@ SRCS = src/version.c \
src/utils.c \
src/wrappers.c \
src/access.c \
src/dtable.c \
src/tcp.c \
src/udp.c \
src/url.c \
Expand Down
2 changes: 1 addition & 1 deletion src/channels.c
Expand Up @@ -34,7 +34,7 @@
#include "epg.h"
#include "epggrab.h"
#include "channels.h"
#include "dtable.h"
#include "access.h"
#include "notify.h"
#include "dvr/dvr.h"
#include "htsp_server.h"
Expand Down
243 changes: 0 additions & 243 deletions src/dtable.c

This file was deleted.

83 changes: 0 additions & 83 deletions src/dtable.h

This file was deleted.

1 change: 0 additions & 1 deletion src/dvr/dvr_autorec.c
Expand Up @@ -31,7 +31,6 @@
#include "tvheadend.h"
#include "settings.h"
#include "dvr.h"
#include "dtable.h"
#include "epg.h"
#include "htsp_server.h"

Expand Down
1 change: 0 additions & 1 deletion src/dvr/dvr_timerec.c
Expand Up @@ -31,7 +31,6 @@
#include "tvheadend.h"
#include "settings.h"
#include "dvr.h"
#include "dtable.h"
#include "epg.h"

static int dvr_timerec_in_init = 0;
Expand Down

0 comments on commit 40d12b5

Please sign in to comment.