Skip to content

Commit b3be269

Browse files
committed
Keep SetProxy as comment until it is part of a release version
1 parent 927a720 commit b3be269

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v2/lib.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ func (w Window) SetProfile(name string, path string) {
261261
}
262262

263263
// SetProxy sets the web browser proxyServer to use. Need to be called before `Show()`.
264-
func (w Window) SetProxy(name string, proxyServer string) {
264+
/* func (w Window) SetProxy(name string, proxyServer string) {
265265
C.webui_set_proxy(C.size_t(w), C.CString(proxyServer))
266-
}
266+
} */
267267

268268
// GetUrl returns the full current URL
269269
func (w Window) GetUrl() string {

0 commit comments

Comments
 (0)