summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-10 17:21:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-10 17:21:53 +0000
commit10c613f88a72dcc5c38d497a75405b12bd0bfbd5 (patch)
tree376c2508308463610893871103e133c9bdb20e23 /src/Fl_Help_View.cxx
parentc3cde61e9879825c1547e366e2b9becedc1179e7 (diff)
Take care of some compiler warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2303 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_View.cxx')
-rw-r--r--src/Fl_Help_View.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx
index 868bb05ec..34955de89 100644
--- a/src/Fl_Help_View.cxx
+++ b/src/Fl_Help_View.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Help_View.cxx,v 1.1.2.35 2002/06/06 13:40:49 easysw Exp $"
+// "$Id: Fl_Help_View.cxx,v 1.1.2.36 2002/06/10 17:21:53 easysw Exp $"
//
// Fl_Help_View widget routines.
//
@@ -788,7 +788,7 @@ Fl_Help_View::format()
int column, // Current table column number
columns[MAX_COLUMNS];
// Column widths
- Fl_Color tc, rc, c; // Table/row/cell background color
+ Fl_Color tc, rc; // Table/row background color
// Reset document width...
@@ -807,7 +807,7 @@ Fl_Help_View::format()
textcolor_ = textcolor();
linkcolor_ = selection_color();
- tc = rc = c = bgcolor_;
+ tc = rc = bgcolor_;
strcpy(title_, "Untitled");
@@ -2638,5 +2638,5 @@ hscrollbar_callback(Fl_Widget *s, void *)
//
-// End of "$Id: Fl_Help_View.cxx,v 1.1.2.35 2002/06/06 13:40:49 easysw Exp $".
+// End of "$Id: Fl_Help_View.cxx,v 1.1.2.36 2002/06/10 17:21:53 easysw Exp $".
//