cc_frm: remove unused variable w_parent_frame

Origin commit data
------------------
Commit: 9b9d6dd9d6
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-12-07 (Mon, 07 Dec 2020)
This commit is contained in:
2020-12-07 23:28:52 +01:00
committed by vanhofen
parent 851c9e2bbd
commit 7e79275f55

View File

@@ -421,11 +421,10 @@ void CComponentsForm::paintCCItems()
{
//using of real x/y values to paint items if this text object is bound in a parent form
int this_x = x, auto_x = x, this_y = y, auto_y = y, this_w = 0;
int w_parent_frame = 0;
if (cc_parent){
this_x = auto_x = cc_xr;
this_y = auto_y = cc_yr;
w_parent_frame = cc_parent->getFrameThickness();
}
//init and handle scrollbar