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. * limitations under the License.
* *
*/ */
#ifdef XRDP_IBUS
#if !defined(INPUT_H) #if !defined(INPUT_H)
#define INPUT_H #define INPUT_H
@ -33,6 +31,4 @@ xrdp_input_unicode_init();
int int
xrdp_input_unicode_destory(); xrdp_input_unicode_destory();
#endif
#endif #endif

View File

@ -16,9 +16,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifdef XRDP_IBUS
#if defined(HAVE_CONFIG_H) #if defined(HAVE_CONFIG_H)
#include <config_ac.h> #include <config_ac.h>
#endif #endif
@ -247,6 +244,4 @@ xrdp_input_unicode_init()
} }
return 1; return 1;
} }
#endif