remote uncessary conditional compilation

This commit is contained in:
seflerZ 2024-04-20 13:37:08 +08:00 committed by sefler
parent 8c98ed4a58
commit b623766503
2 changed files with 1 additions and 10 deletions

View File

@ -16,8 +16,6 @@
* limitations under the License.
*
*/
#ifdef XRDP_IBUS
#if !defined(INPUT_H)
#define INPUT_H
@ -33,6 +31,4 @@ xrdp_input_unicode_init();
int
xrdp_input_unicode_destory();
#endif
#endif

View File

@ -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
@ -247,6 +244,4 @@ xrdp_input_unicode_init()
}
return 1;
}
#endif
}