mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-30 00:04:49 -05:00
Remove a couple of unused variables.
[originally from svn r8393]
This commit is contained in:
parent
e4027368fd
commit
2550cd617c
@ -4920,8 +4920,6 @@ static DWORD WINAPI clipboard_read_threadfunc(void *param)
|
|||||||
|
|
||||||
static int process_clipdata(HGLOBAL clipdata, int unicode)
|
static int process_clipdata(HGLOBAL clipdata, int unicode)
|
||||||
{
|
{
|
||||||
static wchar_t *converted = 0;
|
|
||||||
|
|
||||||
sfree(clipboard_contents);
|
sfree(clipboard_contents);
|
||||||
clipboard_contents = NULL;
|
clipboard_contents = NULL;
|
||||||
clipboard_length = 0;
|
clipboard_length = 0;
|
||||||
|
@ -305,7 +305,6 @@ int main(int argc, char **argv)
|
|||||||
* Override the default protocol if PLINK_PROTOCOL is set.
|
* Override the default protocol if PLINK_PROTOCOL is set.
|
||||||
*/
|
*/
|
||||||
char *p = getenv("PLINK_PROTOCOL");
|
char *p = getenv("PLINK_PROTOCOL");
|
||||||
int i;
|
|
||||||
if (p) {
|
if (p) {
|
||||||
const Backend *b = backend_from_name(p);
|
const Backend *b = backend_from_name(p);
|
||||||
if (b) {
|
if (b) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user