diff console/libgnt/gnttextview.h @ 14877:c01f62c83647

[gaim-migrate @ 17646] Fix things to work with the last commit. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 01 Nov 2006 05:53:09 +0000
parents 70623f0d5cdc
children a00712d0522e
line wrap: on
line diff
--- a/console/libgnt/gnttextview.h	Wed Nov 01 03:38:23 2006 +0000
+++ b/console/libgnt/gnttextview.h	Wed Nov 01 05:53:09 2006 +0000
@@ -6,10 +6,6 @@
 #include "gntcolors.h"
 #include "gntkeys.h"
 
-#ifdef lines
-#undef lines
-#endif
-
 #define GNT_TYPE_TEXTVIEW				(gnt_text_view_get_gtype())
 #define GNT_TEXT_VIEW(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_TEXTVIEW, GntTextView))
 #define GNT_TEXT_VIEW_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_TEXTVIEW, GntTextViewClass))