summaryrefslogtreecommitdiff
path: root/gui/messages.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-27 16:00:23 -0400
committerbd <bdunahu@operationnull.com>2025-04-27 16:00:23 -0400
commit3233a150e2024e9be51623f606bf15527a76cf1e (patch)
tree23adac7eb45c2b3eab832f08d496a85c87313c37 /gui/messages.h
parent07c618096daec422c42ee1a379200101d0d349cc (diff)
parentd9832fa5f24dc0e7df41b61e5d0181adbb4edf77 (diff)
Merge remote-tracking branch 'origin/bdunahu' into vector_ext
Diffstat (limited to 'gui/messages.h')
-rw-r--r--gui/messages.h3
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