database: remove unused variables
[apps/agl-service-data-persistence.git] / ll-database-binding / src / ll-database-binding.c
index 26ac1e8..2206bb0 100644 (file)
@@ -43,8 +43,6 @@
 # endif
 # define TO_STRING_FLAGS (JSON_C_TO_STRING_PLAIN | JSON_C_TO_STRING_NOSLASHESCAPE)
 #endif
-#define USERNAME       "agl"
-#define APPNAME                "firefox"
 
 // ----- Globals -----
 static DB*             database;