summaryrefslogtreecommitdiff
path: root/lib/common/ui/genlist/genlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/ui/genlist/genlist.h')
-rw-r--r--lib/common/ui/genlist/genlist.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/lib/common/ui/genlist/genlist.h b/lib/common/ui/genlist/genlist.h
deleted file mode 100644
index 518541d..0000000
--- a/lib/common/ui/genlist/genlist.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
- *
- * Licensed under the Flora License, Version 1.1 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://floralicense.org/license/
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __UI_GENLIST_H__
-#define __UI_GENLIST_H__
-
-#include <Elementary.h>
-#include "phone.h"
-
-/**
- * Call an on_realized callback for genlist when an item is "realized".
- * @param data User data.
- * @param obj A smart object.
- * @param event_info The genlist item that is "realized".
- */
-void ui_genlist_on_realized(void *data, Evas_Object *obj, void *event);
-
-#endif /* __UI_GENLIST_H__ */