summaryrefslogtreecommitdiff
path: root/src/Fl_Choice.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-02-04 14:11:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-02-04 14:11:15 +0000
commitb601fdc3bc4b5b9a9d1a356dd458cfdd3213fa16 (patch)
treed971bed71654f76c22d7ff7b78a1179320d677b2 /src/Fl_Choice.cxx
parent18b1a2fdcad21254160203992518df20cfe34968 (diff)
Remove duplicate definitions and argument-hides-function warning.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Choice.cxx')
-rw-r--r--src/Fl_Choice.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx
index 7029d51c9..4935ad025 100644
--- a/src/Fl_Choice.cxx
+++ b/src/Fl_Choice.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Choice.cxx,v 1.10.2.5.2.18 2004/12/03 02:48:21 easysw Exp $"
+// "$Id$"
//
// Choice widget for the Fast Light Tool Kit (FLTK).
//
@@ -31,8 +31,6 @@
// as an Fl_Menu_Button. The only difference is the appearance of the
// button: it draws the text of the current pick and a down-arrow.
-extern char fl_draw_shortcut;
-
void Fl_Choice::draw() {
int dx = Fl::box_dx(FL_DOWN_BOX);
int dy = Fl::box_dy(FL_DOWN_BOX);
@@ -159,5 +157,5 @@ int Fl_Choice::handle(int e) {
}
//
-// End of "$Id: Fl_Choice.cxx,v 1.10.2.5.2.18 2004/12/03 02:48:21 easysw Exp $".
+// End of "$Id$".
//