SF.net SVN: geany:[4034] branches/build-system

elextr at users.sourceforge.net elextr at xxxxx
Tue Jul 28 02:03:08 UTC 2009


Revision: 4034
          http://geany.svn.sourceforge.net/geany/?rev=4034&view=rev
Author:   elextr
Date:     2009-07-28 02:03:08 +0000 (Tue, 28 Jul 2009)

Log Message:
-----------
Remove unused project_get_make_dir function

Modified Paths:
--------------
    branches/build-system/ChangeLog
    branches/build-system/src/project.c
    branches/build-system/src/project.h

Modified: branches/build-system/ChangeLog
===================================================================
--- branches/build-system/ChangeLog	2009-07-28 01:38:41 UTC (rev 4033)
+++ branches/build-system/ChangeLog	2009-07-28 02:03:08 UTC (rev 4034)
@@ -1,5 +1,12 @@
 2009-07-28  Lex Trotman  <elextr(at)gmail(dot)com>
 
+ * src/project.h, src/project.c
+   Removed unused project_get_make_dir function, this is now per 
+   command.
+
+
+2009-07-28  Lex Trotman  <elextr(at)gmail(dot)com>
+
  * src/build.c, src/build.h, src/project.c, src/keyfile.c, src/filetypes.c
    Fix some more warnings.
    Fix commented out execute/stop toolbar code in build.c.

Modified: branches/build-system/src/project.c
===================================================================
--- branches/build-system/src/project.c	2009-07-28 01:38:41 UTC (rev 4033)
+++ branches/build-system/src/project.c	2009-07-28 02:03:08 UTC (rev 4034)
@@ -1073,19 +1073,6 @@
 }
 
 
-/* Returns: NULL if the default path should be used, or a UTF-8 path.
- * Maybe in future this will support a separate project make path from base path. */
-gchar *project_get_make_dir(void)
-{
-/*	GeanyProject *project = app->project;
-
-	if (project && ! project->make_in_base_path)
-		return NULL;
-	else*/
-		return project_get_base_path();
-}
-
-
 /* This is to save project-related global settings, NOT project file settings. */
 void project_save_prefs(GKeyFile *config)
 {

Modified: branches/build-system/src/project.h
===================================================================
--- branches/build-system/src/project.h	2009-07-28 01:38:41 UTC (rev 4033)
+++ branches/build-system/src/project.h	2009-07-28 02:03:08 UTC (rev 4034)
@@ -80,9 +80,7 @@
 
 gchar *project_get_base_path(void);
 
-gchar *project_get_make_dir(void);
 
-
 void project_save_prefs(GKeyFile *config);
 
 void project_load_prefs(GKeyFile *config);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list