Remove unused variable 'level' in mime_header_encode() (addition to patch v.1.46
This commit is contained in:
parent
d50e82f8ec
commit
43cef37d26
@ -157,7 +157,6 @@ char* mime_header_encode(char* dest, const char* source, GMsg* msg) {
|
|||||||
|
|
||||||
if(*msg->charset)
|
if(*msg->charset)
|
||||||
{
|
{
|
||||||
int level = msg->charsetlevel;
|
|
||||||
if (ChsTP)
|
if (ChsTP)
|
||||||
{
|
{
|
||||||
char chln, *d = temp_src;
|
char chln, *d = temp_src;
|
||||||
|
Reference in New Issue
Block a user