mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:05:04 +02:00
Remove unused code
This commit is contained in:
parent
51d74985d3
commit
dda2541a30
1 changed files with 0 additions and 4 deletions
|
|
@ -109,7 +109,6 @@ def get_sip_dir():
|
|||
zlib_inc_dirs = []
|
||||
zlib_lib_dirs = []
|
||||
openssl_inc_dirs, openssl_lib_dirs = [], []
|
||||
icu_libs = ['icudata', 'icui18n', 'icuuc', 'icuio']
|
||||
ICU = sw = ''
|
||||
|
||||
if iswindows:
|
||||
|
|
@ -161,6 +160,3 @@ def get_sip_dir():
|
|||
' functionality will not work. Use the PODOFO_INC_DIR and',
|
||||
' PODOFO_LIB_DIR environment variables.')
|
||||
podofo_inc = [podofo_inc, os.path.dirname(podofo_inc)]
|
||||
|
||||
BUILD_HOST='192.168.81.1'
|
||||
PROJECT=os.path.basename(os.path.abspath('.'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue