remove some dead code

This commit is contained in:
jsorg71 2009-12-26 23:05:17 +00:00
parent 28fe9bfde8
commit 00ec87700b
2 changed files with 0 additions and 2 deletions

View File

@ -333,7 +333,6 @@ session_start_fork(int width, int height, int bpp, char* username,
g_free(temp); g_free(temp);
return 0; return 0;
} }
wmpid = 0;
pid = g_fork(); pid = g_fork();
if (pid == -1) if (pid == -1)
{ {

View File

@ -761,7 +761,6 @@ xrdp_bitmap_copy_box_with_crc(struct xrdp_bitmap* self,
{ {
return 1; return 1;
} }
crc = dest->crc;
CRC_START(crc); CRC_START(crc);
if (self->bpp == 24) if (self->bpp == 24)
{ {