remove any reference to src/unrar

This commit is contained in:
Francesco Turco 2018-08-28 18:19:28 +02:00
parent e6b5cc506d
commit ef2ab9c85f
2 changed files with 0 additions and 6 deletions

View File

@ -16,11 +16,6 @@ Files: resources/rapydscript/*
Copyright: Various
License: BSD
Files: src/unrar/*
Copyright: Various
License: Non-free
Code can be distributed freely.
Files: src/html5lib/*
Copyright: Copyright (c) 2006-2013 James Graham and other contributors
License: Expat

View File

@ -10,7 +10,6 @@ let g:syntastic_cpp_include_dirs = [
\'/usr/include/qt',
\'/usr/include/freetype2',
\'/usr/include/fontconfig',
\'src/unrar',
\]
let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs
let g:syntastic_python_flake8_exec = 'flake8-python2'