Commit cb0551038a36cd6176018be6c4d6c3b2245cc49c
1 parent
be3b26fe
Exists in
master
and in
1 other branch
Remover: extratorSRT/src/include/reader.h pois, é inutilizado
Showing
2 changed files
with
0 additions
and
29 deletions
Show diff stats
extratorSRT/src/include/extratorSRT.h
@@ -24,7 +24,6 @@ | @@ -24,7 +24,6 @@ | ||
24 | #include <lavidlib/io/EOFException.h> | 24 | #include <lavidlib/io/EOFException.h> |
25 | #include "jthread.h" | 25 | #include "jthread.h" |
26 | #include "dprintf.h" | 26 | #include "dprintf.h" |
27 | -#include "reader.h" | ||
28 | #include "logger.h" | 27 | #include "logger.h" |
29 | #include "subtitle.h" | 28 | #include "subtitle.h" |
30 | #include "listenerSRT.h" | 29 | #include "listenerSRT.h" |
extratorSRT/src/include/reader.h
@@ -1,28 +0,0 @@ | @@ -1,28 +0,0 @@ | ||
1 | -/*************************************************************************** | ||
2 | - * Universidade Federal da Paraíba * | ||
3 | - * Copyright (C) 2013 by Laboratório de Aplicações de Vídeo Digital * | ||
4 | - * * | ||
5 | - * Centro de Informática - UFPB - Campus I * | ||
6 | - * João Pessoa - PB - Brasil * | ||
7 | - * * | ||
8 | - * Author: Leonardo de Araújo Domingues (leonardo.araujo@lavid.ufpb.br) * | ||
9 | - * Date: Qui Out 24 18:20:30 BRT 2013 * | ||
10 | - * * | ||
11 | - **************************************************************************/ | ||
12 | - | ||
13 | - #ifndef READER_H | ||
14 | - #define READER_H | ||
15 | - | ||
16 | - #include <vector> | ||
17 | - #include "subtitle.h" | ||
18 | - | ||
19 | - namespace sndesc { | ||
20 | - | ||
21 | - class Reader { | ||
22 | - public: | ||
23 | - virtual Subtitle* next() = 0; | ||
24 | - }; | ||
25 | - | ||
26 | - } | ||
27 | - | ||
28 | - #endif // READER_H | ||
29 | \ No newline at end of file | 0 | \ No newline at end of file |