1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

[session] Unused variables

This commit is contained in:
Witold Filipczyk 2021-08-06 19:09:01 +02:00
parent 4df9538c40
commit 365bacfa96

View File

@ -432,8 +432,6 @@ request_iframe(struct session *ses, char *name,
if_assert_failed return;
foreach (iframe, loc->iframes) {
struct document_view *doc_view;
if (c_strcasecmp(iframe->name, name))
continue;
@ -538,8 +536,6 @@ static void
load_iframes(struct session *ses, struct document_view *doc_view)
{
struct document *document = doc_view->document;
struct uri *uri;
int index;
if (!document || !document->iframe_desc) return;