Skip to content

Commit 7cb6b05

Browse files
committed
vpr: remove flag in vpr_api.cpp
1 parent 2d6e426 commit 7cb6b05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,8 @@ void vpr_init_graphics(const t_vpr_setup& vpr_setup, const t_arch& arch) {
841841
}
842842

843843
void vpr_close_graphics(const t_vpr_setup& /*vpr_setup*/) {
844-
#ifndef NO_GRAPHICS
845844
/* Close down X Display */
846845
free_draw_structs();
847-
#endif
848846
}
849847

850848
/* Since the parameters of a switch may change as a function of its fanin,

0 commit comments

Comments
 (0)