Skip to content

Commit 0e90c88

Browse files
committed
vpr: Clean-up unused extern variable in drawing code
1 parent 85d29f7 commit 0e90c88

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vpr/src/draw/draw.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ const std::vector<ezgl::color> kelly_max_contrast_colors = {
182182
ezgl::color(43, 61, 38) //olive green
183183
};
184184

185-
//FIXME: ugly hack
186-
extern t_pl_macro* pl_macros;
187-
extern int num_pl_macros;
188-
189185
ezgl::application::settings settings("/ezgl/main.ui",
190186
"MainWindow",
191187
"MainCanvas",

0 commit comments

Comments
 (0)