[easytag] Move string length define from header to source



commit eaeb1453d75e122ccb6c228db46afbda8950d3b2
Author: David King <amigadave amigadave com>
Date:   Sat Feb 21 20:21:35 2015 +0000

    Move string length define from header to source

 src/cddb_dialog.c |    1 +
 src/easytag.h     |    6 ------
 2 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/src/cddb_dialog.c b/src/cddb_dialog.c
index e0db256..a6a8d0a 100644
--- a/src/cddb_dialog.c
+++ b/src/cddb_dialog.c
@@ -179,6 +179,7 @@ static const gchar *cddb_genre_vs_id3_genre [][2] =
 static const gchar CDDB_RESULT_FILE[] = "cddb_result_file.tmp";
 
 static const guint BOX_SPACING = 6;
+static const guint MAX_STRING_LEN = 1024;
 
 
 /**************
diff --git a/src/easytag.h b/src/easytag.h
index 19c78f3..eddf211 100644
--- a/src/easytag.h
+++ b/src/easytag.h
@@ -27,12 +27,6 @@
 
 #include "et_core.h"
 
-#define MAX_STRING_LEN     1024
-
-/***************
- * Declaration *
- ***************/
-
 /* Variable to force to quit recursive functions (reading dirs) or stop saving files */
 extern gboolean Main_Stop_Button_Pressed;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]