[Bug 1074600] ncurses 20171216: needs adjustments on yast side
http://bugzilla.suse.com/show_bug.cgi?id=1074600 http://bugzilla.suse.com/show_bug.cgi?id=1074600#c2 --- Comment #2 from Stefan Hundhammer <shundhammer@suse.com> --- AFAICS the is_linetouched() function from libyui-ncurses/src/ncursesw.h is not used anywhere in libyui-ncurses or libyui-ncurses-pkg, so the simplest fix would probably be to just remove it. https://github.com/libyui/libyui-ncurses/blob/73e8244a34cd162dc2ceb2b2aee089... The only reference is where that function is defined, where it just calles the underlying NCurses function: src/yast 35 % grep is_linetouched libyui-ncurses*/**/*.{h,cc} libyui-ncurses/src/ncursesw.h: bool is_linetouched( int line ) const libyui-ncurses/src/ncursesw.h: return ( ::is_linetouched( w, line ) ? TRUE : FALSE ); Since this is not meant as an API to be used from the outside world, IMHO it can be safely removed. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com