- Removal of alias load/resolve code, which (1) needs a rewrite, and (2) belongs
  in the Parser.
This commit is contained in:
Paul Beckingham 2014-07-03 19:04:48 -04:00
parent 6145869f43
commit 5b9413b02c
5 changed files with 1 additions and 177 deletions

View file

@ -5,8 +5,7 @@ include_directories (${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/columns
${TASK_INCLUDE_DIRS})
set (task_SRCS Alias.cpp Alias.h
Color.cpp Color.h
set (task_SRCS Color.cpp Color.h
Config.cpp Config.h
Context.cpp Context.h
DOM.cpp DOM.h