Skip to content

Commit a5b3934

Browse files
committed
remove remaining network code
already never compiled in by build config, now gone
1 parent fd62534 commit a5b3934

25 files changed

+0
-2283
lines changed

CMakeLists.txt

-8
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ cmd_option( ${_OPT}obey_system_dependencies
151151
Off
152152
)
153153

154-
cmd_option( ${_OPT}has_networking
155-
"Build networking features into Sneedacity"
156-
Off)
157-
158154
include( SneedacityDependencies )
159155

160156
# Pull all the modules we'll need
@@ -208,10 +204,6 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
208204
message( STATUS " MacOS SDK: ${CMAKE_OSX_SYSROOT}" )
209205
message( STATUS )
210206

211-
if(${_OPT}has_crashreports)
212-
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT "dwarf-with-dsym")
213-
endif()
214-
215207
endif()
216208

217209
# Try to get the current commit information

cmake-proxies/CMakeLists.txt

-17
Original file line numberDiff line numberDiff line change
@@ -116,23 +116,6 @@ add_conan_lib(
116116
ALWAYS_ALLOW_CONAN_FALLBACK
117117
)
118118

119-
if( ${_OPT}has_networking )
120-
121-
add_conan_lib(
122-
CURL
123-
libcurl/7.75.0
124-
REQUIRED
125-
OPTION_NAME curl
126-
PKG_CONFIG "libcurl >= 7.68.0"
127-
INTERFACE_NAME CURL::libcurl
128-
FIND_PACKAGE_OPTIONS
129-
CONAN_OPTIONS
130-
libcurl:with_ssl=${curl_ssl}
131-
libcurl:shared=True
132-
)
133-
134-
endif()
135-
136119
add_conan_lib(
137120
RapidJSON
138121
rapidjson/1.1.0

libraries/lib-network-manager/CMakeLists.txt

-43
This file was deleted.

libraries/lib-network-manager/CookiesList.cpp

-215
This file was deleted.

libraries/lib-network-manager/CookiesList.h

-78
This file was deleted.

0 commit comments

Comments
 (0)