mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user