mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove unused code
This commit is contained in:
parent
51d74985d3
commit
dda2541a30
@ -109,7 +109,6 @@ icu_lib_dirs = []
|
|||||||
zlib_inc_dirs = []
|
zlib_inc_dirs = []
|
||||||
zlib_lib_dirs = []
|
zlib_lib_dirs = []
|
||||||
openssl_inc_dirs, openssl_lib_dirs = [], []
|
openssl_inc_dirs, openssl_lib_dirs = [], []
|
||||||
icu_libs = ['icudata', 'icui18n', 'icuuc', 'icuio']
|
|
||||||
ICU = sw = ''
|
ICU = sw = ''
|
||||||
|
|
||||||
if iswindows:
|
if iswindows:
|
||||||
@ -161,6 +160,3 @@ podofo_error = None if os.path.exists(os.path.join(podofo_inc, 'podofo.h')) else
|
|||||||
' functionality will not work. Use the PODOFO_INC_DIR and',
|
' functionality will not work. Use the PODOFO_INC_DIR and',
|
||||||
' PODOFO_LIB_DIR environment variables.')
|
' PODOFO_LIB_DIR environment variables.')
|
||||||
podofo_inc = [podofo_inc, os.path.dirname(podofo_inc)]
|
podofo_inc = [podofo_inc, os.path.dirname(podofo_inc)]
|
||||||
|
|
||||||
BUILD_HOST='192.168.81.1'
|
|
||||||
PROJECT=os.path.basename(os.path.abspath('.'))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user