mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
pgedit: remove unused declaration of display_bln_lines
This fixes a warning from LGTM: This parameter of type ScrollView is 144 bytes - consider passing a pointer/reference instead. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
ae93b65b1f
commit
7b5955920d
@ -69,13 +69,6 @@ extern double_VAR_H (editor_smd_scale_factor, 1.0, "Scaling for smd image");
|
||||
|
||||
ScrollView* bln_word_window_handle(); //return handle
|
||||
void build_image_window(int width, int height);
|
||||
void display_bln_lines(ScrollView window,
|
||||
ScrollView::Color colour,
|
||||
float scale_factor,
|
||||
float y_offset,
|
||||
float minx,
|
||||
float maxx);
|
||||
//function to call
|
||||
void pgeditor_msg( //message display
|
||||
const char *msg);
|
||||
void pgeditor_show_point( //display coords
|
||||
|
Loading…
Reference in New Issue
Block a user