1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

r8305 made platform_x11_best_transport[] obsolete, but there still seem to be a

few instances around; expunge them.

[originally from svn r8382]
[r8305 == ca6fc3a4da]
This commit is contained in:
Jacob Nevins
2009-01-04 23:36:24 +00:00
parent db6ad48673
commit 07a876ce1e
4 changed files with 1 additions and 7 deletions

View File

@ -416,8 +416,6 @@ int is_interactive(void)
* X11-forwarding-related things suitable for console.
*/
const char platform_x11_best_transport[] = "unix";
char *platform_get_x_display(void) {
return dupstr(getenv("DISPLAY"));
}