aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2015-06-03 14:07:50 +0200
committerColomban Wendling <ban@herbesfolles.org>2015-06-03 14:07:50 +0200
commit35e3460525490f62549bf1263a95374e13d11b7b (patch)
tree18f4d4e183595784e08bdc6199e11ec4d0ff7a69 /gtk/ScintillaGTK.cxx
parent0070aef502f7ecd0935b768e96d359db829dc7bc (diff)
downloadscintilla-mirror-35e3460525490f62549bf1263a95374e13d11b7b.tar.gz
GTK: Remove unused prototype
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index e6d458c00..40bcedfa4 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -276,7 +276,6 @@ private:
gboolean Expose(GtkWidget *widget, GdkEventExpose *ose);
static gboolean ExposeMain(GtkWidget *widget, GdkEventExpose *ose);
#endif
- static void Draw(GtkWidget *widget, GdkRectangle *area);
void ForAll(GtkCallback callback, gpointer callback_data);
static void MainForAll(GtkContainer *container, gboolean include_internals, GtkCallback callback, gpointer callback_data);