mirror of https://github.com/neutrinolabs/xrdp
remote uncessary conditional compilation
This commit is contained in:
parent
8c98ed4a58
commit
b623766503
|
@ -16,8 +16,6 @@
|
|||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
#ifdef XRDP_IBUS
|
||||
|
||||
#if !defined(INPUT_H)
|
||||
#define INPUT_H
|
||||
|
||||
|
@ -34,5 +32,3 @@ int
|
|||
xrdp_input_unicode_destory();
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
|
@ -16,9 +16,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifdef XRDP_IBUS
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <config_ac.h>
|
||||
#endif
|
||||
|
@ -248,5 +245,3 @@ xrdp_input_unicode_init()
|
|||
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue