Make initial strings actually work

This commit is contained in:
Huntereb 2019-11-17 15:01:48 -05:00
parent e2ed3a8027
commit 1ba7716867

View file

@ -16,8 +16,6 @@ namespace inst::ui {
static std::vector<std::string> ourUrls;
static std::vector<std::string> selectedUrls;
static std::vector<std::string> alternativeNames;
std::string lastUrl;
std::string lastFileID;
TextBlock::Ref butText;
Rectangle::Ref topRect;
Rectangle::Ref infoRect;