Skip to content

Commit 2046ece

Browse files
committed
gnome-ask-password-agent: remove conditions for ancient Vala
1 parent 9af3684 commit 2046ece

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/gnome-ask-password-agent.vala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,7 @@ public class MyStatusIcon : StatusIcon {
236236
});
237237

238238
OutputStream stream = new UnixOutputStream(to_process, true);
239-
#if VALA_0_12
240239
stream.write(password.data, null);
241-
#else
242-
stream.write(password, password.length, null);
243-
#endif
244240
} catch (Error e) {
245241
show_error(e.message);
246242
}

0 commit comments

Comments
 (0)