diff options
author | bd <bdunahu@operationnull.com> | 2025-04-27 16:00:23 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-27 16:00:23 -0400 |
commit | 3233a150e2024e9be51623f606bf15527a76cf1e (patch) | |
tree | 23adac7eb45c2b3eab832f08d496a85c87313c37 /gui/messages.h | |
parent | 07c618096daec422c42ee1a379200101d0d349cc (diff) | |
parent | d9832fa5f24dc0e7df41b61e5d0181adbb4edf77 (diff) |
Merge remote-tracking branch 'origin/bdunahu' into vector_ext
Diffstat (limited to 'gui/messages.h')
-rw-r--r-- | gui/messages.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/messages.h b/gui/messages.h index 461c461..0c38751 100644 --- a/gui/messages.h +++ b/gui/messages.h @@ -35,8 +35,6 @@ const std::vector<std::string> load_file = { const std::vector<std::string> no_instructions = { "NO PROGRAM PROVIDED", "NOTHING TO DO, GIVING UP", "INSTRUCTIONS MISSING", "404 INSTRUCTIONS NOT FOUND"}; -const std::vector<std::string> bad_cache = { - "WAYS CANNOT BE BELOW 0 OR ABOVE 4"}; const std::vector<std::string> no_pipeline = { "SIMULATION READY: NO PIPE", "PIPE OFF, SIMULATION READY"}; const std::vector<std::string> no_cache = { @@ -59,7 +57,6 @@ std::string get_load_file() { return RANDOM_MESSAGE(load_file); } * @return a friendly reminder that the simulation is not configured yet */ std::string get_no_instructions() { return RANDOM_MESSAGE(no_instructions); } -std::string get_bad_cache() { return RANDOM_MESSAGE(bad_cache); } /** * @return unsolicited complaints for successful initialization |