From 66d8030d89987ea2bd05ef6e46a2baffeab176a6 Mon Sep 17 00:00:00 2001 From: Gee Date: Thu, 6 Nov 2003 01:45:36 +0000 Subject: [PATCH] GUI.cpp is removed since GUI.h only includes other files now! This was SVN commit r36. --- source/gui/GUI.cpp | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 source/gui/GUI.cpp diff --git a/source/gui/GUI.cpp b/source/gui/GUI.cpp deleted file mode 100755 index 7f25566901..0000000000 --- a/source/gui/GUI.cpp +++ /dev/null @@ -1,27 +0,0 @@ -/* -GUI -by Gustav Larsson -gee@pyro.nu -*/ - -//#include "stdafx.h" -#include "GUI.h" - -using namespace std; - - -//-------------------------------------------------------- -// Error definitions -//-------------------------------------------------------- -///DEFINE_ERROR(PS_FAIL, "fail") -///DEFINE_ERROR(PS_OK, "ok") -DEFINE_ERROR(PS_NAME_TAKEN, "Reference name is taken") -DEFINE_ERROR(PS_OBJECT_FAIL, "Object provided is null") -DEFINE_ERROR(PS_SETTING_FAIL, "Setting does not exist") -DEFINE_ERROR(PS_VALUE_INVALID, "Value provided is syntactically incorrect") -DEFINE_ERROR(PS_NEEDS_PGUI, "m_pGUI is NULL when needed for a requested operation") -DEFINE_ERROR(PS_NAME_AMBIGUITY, "Two or more objects are sharing name") -DEFINE_ERROR(PS_NEEDS_NAME, "An object are trying to fit into a GUI without a name") - -DEFINE_ERROR(PS_LEXICAL_FAIL, "PS_LEXICAL_FAIL") -DEFINE_ERROR(PS_SYNTACTICAL_FAIL, "PS_SYNTACTICAL_FAIL")