Kaydet (Commit) 4c6e54a1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun: redundant function redeclaration

Change-Id: I6c9b85ab587f6fb9f585c9714c3a1076f627c7d3
üst 10d91ef9
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xresource.h> #include <X11/Xresource.h>
extern Status XCloseIM(XIM);
#ifndef XIMCallback1 #ifndef XIMCallback1
typedef int (*XIMProc1)(XIC, XPointer, XPointer); typedef int (*XIMProc1)(XIC, XPointer, XPointer);
typedef struct { typedef struct {
......
...@@ -29,7 +29,6 @@ extern "C" { ...@@ -29,7 +29,6 @@ extern "C" {
// xim callbacks // xim callbacks
void PreeditDoneCallback ( XIC ic, XPointer client_data, XPointer call_data); void PreeditDoneCallback ( XIC ic, XPointer client_data, XPointer call_data);
int PreeditStartCallback( XIC ic, XPointer client_data, XPointer call_data); int PreeditStartCallback( XIC ic, XPointer client_data, XPointer call_data);
void PreeditDoneCallback ( XIC ic, XPointer client_data, XPointer call_data);
void PreeditDrawCallback ( XIC ic, XPointer client_data, void PreeditDrawCallback ( XIC ic, XPointer client_data,
XIMPreeditDrawCallbackStruct *call_data ); XIMPreeditDrawCallbackStruct *call_data );
void PreeditCaretCallback( XIC ic, XPointer client_data, void PreeditCaretCallback( XIC ic, XPointer client_data,
......
...@@ -43,9 +43,6 @@ ...@@ -43,9 +43,6 @@
using namespace vcl; using namespace vcl;
#include "unx/i18n_cb.hxx" #include "unx/i18n_cb.hxx"
#if defined(SOLARIS) || defined(LINUX)
extern "C" char * XSetIMValues(XIM im, ...);
#endif
// kinput2 IME needs special key handling since key release events are filtered in // kinput2 IME needs special key handling since key release events are filtered in
// preeditmode and XmbResetIC does not work // preeditmode and XmbResetIC does not work
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment