replace gnu regex wrapper with boost::regex

This commit is contained in:
Andrzej Rybczak
2013-04-06 16:47:03 +02:00
parent 66bd3e9782
commit 2b5f1b9fd4
12 changed files with 226 additions and 310 deletions

View File

@@ -29,7 +29,6 @@ ncmpcpp_SOURCES = \
outputs.cpp \
playlist.cpp \
playlist_editor.cpp \
regexes.cpp \
screen.cpp \
screen_type.cpp \
scrollpad.cpp \
@@ -86,7 +85,6 @@ noinst_HEADERS = \
playlist_editor.h \
proxy_song_list.h \
regex_filter.h \
regexes.h \
screen.h \
screen_switcher.h \
screen_type.h \