summaryrefslogtreecommitdiff
path: root/source/LcdVersion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LcdVersion.cpp')
-rw-r--r--source/LcdVersion.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/source/LcdVersion.cpp b/source/LcdVersion.cpp
deleted file mode 100644
index 9e908b0..0000000
--- a/source/LcdVersion.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (C) ST-Ericsson SA 2011
- * License terms: 3-clause BSD license
- ******************************************************************************/
-#include "lcdriver_error_codes.h"
-#include "LcmInterface.h"
-#include "Error.h"
-#ifdef _WIN32
-#include "WinApiWrappers.h"
-#else
-#include "LinuxApiWrappers.h"
-#include <dlfcn.h>
-#define GetProcAddress dlsym
-#endif
-/**
- * var char *LCD_LCM_CompatibilityList[]
- * brief ASCII string list holding the permitted LCM versions.
- * This table contains compatibility information for the versions of LCM.
- * Current LCM version is defined in file lcm_version.c in LCM code.
- */
-const char *LCD_LCM_CompatibilityList[] = {"P5Y",
- NULL
- };