Skip to content

Commit beac700

Browse files
committed
Cleanup/Fix warning: Remove unused function "CreateEmptyLines" from window_interpreter
1 parent 350ecdf commit beac700

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/window_interpreter.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@
2727
#include "player.h"
2828
#include "lcf/reader_util.h"
2929

30-
namespace {
31-
std::vector<std::string> CreateEmptyLines(int c) {
32-
std::vector<std::string> vars;
33-
for (int i = 0; i < c; i++)
34-
vars.push_back("");
35-
return vars;
36-
}
37-
}
38-
3930
Window_Interpreter::Window_Interpreter(int ix, int iy, int iwidth, int iheight) :
4031
Window_Selectable(ix, iy, iwidth, iheight) {
4132
column_max = 1;

0 commit comments

Comments
 (0)