remove some dead code
This commit is contained in:
parent
28fe9bfde8
commit
00ec87700b
@ -333,7 +333,6 @@ session_start_fork(int width, int height, int bpp, char* username,
|
||||
g_free(temp);
|
||||
return 0;
|
||||
}
|
||||
wmpid = 0;
|
||||
pid = g_fork();
|
||||
if (pid == -1)
|
||||
{
|
||||
|
@ -761,7 +761,6 @@ xrdp_bitmap_copy_box_with_crc(struct xrdp_bitmap* self,
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
crc = dest->crc;
|
||||
CRC_START(crc);
|
||||
if (self->bpp == 24)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user