rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=009ccafa2e5551655c88a2d9879e76d2aa5af304

commit 009ccafa2e5551655c88a2d9879e76d2aa5af304
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Feb 10 09:22:13 2016 +0200

    main_window.h: delete the symbol wich haven't implementation
    
    Change-Id: I7ecc7147827fea8a9a13780d255fb4755aea2227
---
 src/bin/ui/main_window.h | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/src/bin/ui/main_window.h b/src/bin/ui/main_window.h
index 8cf9dc0..1775d46 100644
--- a/src/bin/ui/main_window.h
+++ b/src/bin/ui/main_window.h
@@ -218,16 +218,6 @@ Eina_Bool
 ui_edj_load(const char *selected_file);
 
 /**
- * Open new theme from template file.
- *
- * @return EINA_TRUE if successful, EINA_FALSE otherwise.
- *
- * @ingroup Window
- */
-Eina_Bool
-new_theme_create(void);
-
-/**
  * Ask user if he wants to close project
  *
  * @param msg The explanation text that will be shown to user. NULL for 
default message.
@@ -269,14 +259,6 @@ void
 splash_del(Evas_Object *obj);
 
 /**
- * Open existing project.
- *
- * @ingroup Window
- */
-void
-project_open();
-
-/**
  * Save opened project.
  *
  * @ingroup Window

-- 


Reply via email to