ekiga r7179 - trunk/src/gui



Author: sfre
Date: Wed Oct  8 18:51:38 2008
New Revision: 7179
URL: http://svn.gnome.org/viewvc/ekiga?rev=7179&view=rev

Log:
Remove pre-2.10 #define since we depend on Gtk+ 2.12

Modified:
   trunk/src/gui/dialpad.cpp

Modified: trunk/src/gui/dialpad.cpp
==============================================================================
--- trunk/src/gui/dialpad.cpp	(original)
+++ trunk/src/gui/dialpad.cpp	Wed Oct  8 18:51:38 2008
@@ -39,11 +39,6 @@
 #include <cstring>
 #include <iostream>
 
-/* Make this flag available with GTK+ 2.10 */
-#ifndef G_PARAM_SPEC_STATIC_STRINGS
-#define	G_PARAM_STATIC_STRINGS (G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)
-#endif
-
 struct const_key_info
 {
   const char *number;



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