Skip to content

Commit 7b59559

Browse files
committed
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 <[email protected]>
1 parent ae93b65 commit 7b59559

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ccmain/pgedit.h

-7
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ extern double_VAR_H (editor_smd_scale_factor, 1.0, "Scaling for smd image");
6969

7070
ScrollView* bln_word_window_handle(); //return handle
7171
void build_image_window(int width, int height);
72-
void display_bln_lines(ScrollView window,
73-
ScrollView::Color colour,
74-
float scale_factor,
75-
float y_offset,
76-
float minx,
77-
float maxx);
78-
//function to call
7972
void pgeditor_msg( //message display
8073
const char *msg);
8174
void pgeditor_show_point( //display coords

0 commit comments

Comments
 (0)